chore: Remove bourbon dependancy (#5215)
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
}
|
||||
|
||||
.tabs {
|
||||
@include padding($zero $space-normal);
|
||||
border-left-width: 0;
|
||||
border-right-width: 0;
|
||||
border-top-width: 0;
|
||||
display: flex;
|
||||
min-width: var(--space-mega);
|
||||
padding: $zero $space-normal;
|
||||
}
|
||||
|
||||
.tabs--with-scroll {
|
||||
@@ -46,8 +46,8 @@
|
||||
}
|
||||
|
||||
.tabs-title {
|
||||
@include margin($zero $space-slab);
|
||||
flex-shrink: 0;
|
||||
margin: $zero $space-slab;
|
||||
|
||||
.badge {
|
||||
background: $color-background;
|
||||
@@ -75,14 +75,15 @@
|
||||
}
|
||||
|
||||
a {
|
||||
@include position(relative, 1px null null null);
|
||||
align-items: center;
|
||||
border-bottom: 2px solid transparent;
|
||||
color: $medium-gray;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
font-size: $font-size-small;
|
||||
transition: border-color .15s $swift-ease-out-function;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
transition: border-color 0.15s $swift-ease-out-function;
|
||||
}
|
||||
|
||||
&.is-active {
|
||||
|
||||
Reference in New Issue
Block a user