Skip to content
Snippets Groups Projects
Commit b3149ac9 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Responsive version

parent c730ff12
No related branches found
No related tags found
No related merge requests found
...@@ -55,32 +55,40 @@ ...@@ -55,32 +55,40 @@
} }
.page-link:hover:after { .page-link:hover:after {
// border-bottom: solid 3px #26a9df;
border-color: #58595B; border-color: #58595B;
} }
.page-link:after { @media (min-width: 640px) {
content: " "; .page-link:after {
width: 22px; content: " ";
border-bottom: solid 3px #cbcfda; width: 22px;
position: absolute; border-bottom: solid 3px #cbcfda;
top: 30px; position: absolute;
left: 18px; top: 30px;
float: left; left: 18px;
float: left;
}
}
@media (max-width: 640px) {
.page-link.active:before {
content: "\2022";
margin-right: 10px;
position: absolute;
left: 30px;
color: rgb(23, 168, 225);
}
.page-link.active {
font-weight: 600;
color: rgb(23, 168, 225);
}
.page-link {
color: #222;
}
} }
@media (min-width: 640px) { @media (min-width: 640px) {
.page-link:hover { .page-link:hover {
// border: solid 1px #555;
// border-top: none;
// border-right: solid 1px;
// text-decoration: none;
// box-shadow: #0000001f 0px 5px 10px 0px;
// z-index: 100;
// margin-right: 0px;
color: #222 !important; color: #222 !important;
&:not(.active) { &:not(.active) {
...@@ -95,8 +103,6 @@ ...@@ -95,8 +103,6 @@
margin: 0 0 0 -1px; margin: 0 0 0 -1px;
padding: 2px 10px 4px 9px; padding: 2px 10px 4px 9px;
// color: #0bc5ff;
float: left; float: left;
-moz-transition: padding 0.8s ease; -moz-transition: padding 0.8s ease;
...@@ -108,7 +114,6 @@ ...@@ -108,7 +114,6 @@
} }
.active:after { .active:after {
// padding-top: 20px;
border-color: #58595B; border-color: #58595B;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment