feat: Update the design for dropdown buttons (#5625)

This commit is contained in:
Nithin David Thomas
2022-10-14 02:06:42 +05:30
committed by GitHub
parent bf4338ef9e
commit 1f271356ca
6 changed files with 57 additions and 27 deletions

View File

@@ -14,15 +14,9 @@
}
.modal--close {
border-radius: 50%;
color: $color-heading;
cursor: pointer;
font-size: $font-size-big;
line-height: $space-normal;
padding: $space-normal;
position: absolute;
right: $space-micro;
top: $space-micro;
right: $space-small;
top: $space-small;
&:hover {
background: $color-background;