parent
4bbcf3dc20
commit
6c565cefa9
|
@ -4,25 +4,23 @@
|
|||
margin: 2rem 0;
|
||||
|
||||
&__links {
|
||||
height: 30px;
|
||||
height: auto;
|
||||
border-top-left-radius: 0.25rem;
|
||||
|
||||
@include flexbox();
|
||||
@include align-items(center);
|
||||
@include justify-content(flex-start);
|
||||
@include themify($themes) {
|
||||
}
|
||||
@include flex-wrap(wrap);
|
||||
}
|
||||
|
||||
&__link {
|
||||
height: 30px;
|
||||
outline: none;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
font-size: 13.8px;
|
||||
font-family: $title-font;
|
||||
text-transform: capitalize;
|
||||
padding: 0.25rem 0.5rem;
|
||||
padding: 0.5rem 0.75rem;
|
||||
border-top-left-radius: 0.25rem;
|
||||
border-top-right-radius: 0.25rem;
|
||||
|
||||
|
@ -31,7 +29,6 @@
|
|||
background-color: themed('body-background-color');
|
||||
|
||||
&.active {
|
||||
height: 32px;
|
||||
background-color: themed('body-background-color');
|
||||
border: 1px solid themed('hr-color');
|
||||
border-bottom: none;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue