styles: fix spacing between title and tag input

This commit is contained in:
Antonella Sgarlatta
2021-06-07 12:16:38 -03:00
parent a9f0c6fd2f
commit 57689f1f15
3 changed files with 20 additions and 6 deletions

View File

@@ -65,6 +65,10 @@
margin-right: 0.25rem;
}
.mr-10 {
margin-right: 2.5rem;
}
.-mt-1 {
margin-top: -0.25rem;
}
@@ -73,6 +77,10 @@
margin-right: -0.25rem;
}
.-mr-2 {
margin-right: -0.5rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
@@ -298,6 +306,10 @@
width: 20rem;
}
.w-70 {
width: 17.5rem;
}
/**
* A button that is just an icon. Separated from .sn-button because there
* is almost no style overlap.
@@ -339,7 +351,7 @@
.sn-dropdown {
@extend .bg-default;
@extend .min-w-80;
// @extend .min-w-80;
@extend .rounded;
@extend .box-shadow;