We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d5a09 commit 744de10Copy full SHA for 744de10
src/shared/components/Contentful/Tabs/themes/underline-dark.scss
@@ -22,7 +22,7 @@ $text-color-pannel: #4a4a4a;
22
-webkit-justify-content: center; /* Safari */
23
justify-content: center;
24
list-style-type: none;
25
- border-bottom: 5px solid #fff;
+ border-bottom: 5px solid #013b4d;
26
27
@include xs-to-sm {
28
overflow-x: auto;
@@ -51,7 +51,7 @@ $text-color-pannel: #4a4a4a;
51
52
margin: 0;
53
padding-right: 36px;
54
55
}
56
57
&:hover,
0 commit comments