chore: Remove bourbon dependancy (#5215)

This commit is contained in:
Pranav Raj S
2022-08-08 21:02:29 +05:30
committed by GitHub
parent 20f3568583
commit d8de16fd70
27 changed files with 188 additions and 252 deletions

View File

@@ -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 {