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

@@ -4,10 +4,10 @@
border-radius: 0;
}
.sk-panel-content {
padding-top: 1.1rem;
padding-top: 0.89375rem;
}
.sk-panel-footer {
padding-bottom: 1.4rem;
padding-bottom: 1.1375rem;
}
}

View File

@@ -36,7 +36,7 @@
align-self: center;
}
.sn-component .sk-panel-content {
padding-bottom: 1.6rem;
padding-bottom: 1.3rem;
display: grid;
grid-template-columns: auto 1fr;
align-items: center;

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;
}
}