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

Border fixed and heights adjusted

parent 2e576549
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
text-decoration: none; text-decoration: none;
box-shadow: #0000001f 0px 5px 10px 0px; box-shadow: #0000001f 0px 5px 10px 0px;
z-index: 10; z-index: 100;
margin-right: 0px; margin-right: 0px;
&:not(.active) { &:not(.active) {
...@@ -66,13 +66,14 @@ ...@@ -66,13 +66,14 @@
color: $text-color; color: $text-color;
line-height: $base-line-height; line-height: $base-line-height;
min-width: 60px; min-width: 60px;
position: relative;
border: solid 1px #999; border: solid 1px #999;
border-top: none; border-top: none;
border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
margin: 0 0 0 -1px; margin: 0 0 0 -1px;
padding: 6px 10px 10px 9px; padding: 2px 10px 4px 9px;
float: left; float: left;
text-align: center; text-align: center;
...@@ -93,7 +94,7 @@ ...@@ -93,7 +94,7 @@
.active { .active {
font-weight: 600; font-weight: 600;
padding-top: 30px; padding-top: 20px;
// text-decoration: #333 underline solid; // text-decoration: #333 underline solid;
} }
...@@ -309,5 +310,3 @@ ...@@ -309,5 +310,3 @@
} }
} }
} }
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