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

@@ -1,5 +1,4 @@
@keyframes left-shift-animation {
0%,
100% {
transform: translateX(0);
@@ -13,15 +12,15 @@
.conversation {
@include flex;
@include flex-shrink;
@include padding(0 0 0 $space-normal);
border-bottom: 1px solid transparent;
border-left: $space-micro solid transparent;
border-top: 1px solid transparent;
cursor: pointer;
padding: 0 0 0 $space-normal;
position: relative;
&.active {
animation: left-shift-animation .25s $swift-ease-out-function;
animation: left-shift-animation 0.25s $swift-ease-out-function;
background: $color-background;
border-bottom-color: $color-border-light;
border-left-color: $color-woot;
@@ -31,7 +30,7 @@
border-top-color: transparent;
}
+.conversation .conversation--details {
+ .conversation .conversation--details {
border-top-color: transparent;
}
}
@@ -48,13 +47,12 @@
}
}
.conversation--details {
@include margin(0 0 0 $space-one);
@include border-light-bottom;
@include border-light-top;
@include padding($space-slab 0);
border-bottom-color: transparent;
margin: 0 0 0 $space-one;
padding: $space-slab 0;
}
.conversation--user {