styles: update spacing relative to 16px

This commit is contained in:
Antonella Sgarlatta
2021-05-05 16:21:38 -03:00
parent 3edf763d40
commit 6966f14fcd
3 changed files with 8 additions and 8 deletions

View File

@@ -32,10 +32,10 @@
.sk-app-bar {
&.dynamic-height {
min-height: 2rem !important;
min-height: 1.625rem !important;
height: inherit !important;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-top: 0.40625rem;
padding-bottom: 0.40625rem;
}
&.no-top-edge {
@@ -45,7 +45,7 @@
}
.sk-horizontal-group.tight > *:not(:first-child) {
margin-left: 0.3rem;
margin-left: 0.24375rem;
}
.sk-horizontal-group {
@@ -56,7 +56,7 @@
.sk-panel-section {
&:last-child {
padding-bottom: 1rem;
padding-bottom: 0.8125rem;
}
}