layout fixes
This commit is contained in:
parent
18e0828ee7
commit
92afd6af12
4 changed files with 23 additions and 13 deletions
|
@ -59,6 +59,10 @@
|
|||
color: var(--cRed, $fallback--cRed);
|
||||
}
|
||||
|
||||
.tab-switcher {
|
||||
margin: 0 -1em;
|
||||
}
|
||||
|
||||
.apply-container,
|
||||
.radius-container,
|
||||
.color-container,
|
||||
|
@ -75,10 +79,19 @@
|
|||
}
|
||||
|
||||
.color-container{
|
||||
> h4 {
|
||||
width: 99%;
|
||||
}
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.color-container,
|
||||
.shadow-container,
|
||||
.radius-container {
|
||||
margin: 1em 1em 0;
|
||||
}
|
||||
|
||||
.presets-container,
|
||||
.shadow-selector {
|
||||
display: flex;
|
||||
|
@ -139,10 +152,6 @@
|
|||
display:flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
h4 {
|
||||
margin-top: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.radius-item {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue