Chore: UI fixes and enhancements (#796)

Co-authored-by: Pranav Raj S <pranavrajs@gmail.com>
This commit is contained in:
Nithin David Thomas
2020-05-02 09:47:36 +05:30
committed by GitHub
parent 8906fd808d
commit a951fb20cb
29 changed files with 335 additions and 250 deletions

View File

@@ -5,6 +5,7 @@
@include padding($space-normal $space-two $zero);
}
}
// Conversation header - Light BG
.settings-header {
@include padding($space-small $space-normal);
@@ -14,6 +15,7 @@
@include border-normal-bottom;
height: $header-height;
min-height: $header-height;
// Resolve Button
.button {
@include margin(0);
@@ -83,7 +85,7 @@
background: $color-woot;
}
& + .item {
&+.item {
&::before {
background: $color-woot;
}
@@ -112,7 +114,7 @@
background: $color-border;
border-radius: 20px;
color: $color-white;
font-size: $font-size-small;
font-size: $font-size-micro;
font-weight: $font-weight-medium;
height: $space-normal;
left: $space-normal;
@@ -161,6 +163,7 @@
&:hover {
@include background-gray;
.arrow {
opacity: 1;
transform: translateX($space-small);
@@ -228,7 +231,7 @@
@include padding($space-medium);
}
> a > img {
>a>img {
width: $space-larger * 5;
}
}

View File

@@ -1,8 +1,8 @@
.integrations-wrap {
.integration {
background: $color-white;
border: 2px solid $color-border;
border-radius: $space-slab;
border: 1px solid $color-border;
border-radius: $space-smaller;
padding: $space-normal;
.integration--image {