Merge branch 'themes-updates' into shigusegubu-themes3
This commit is contained in:
commit
5e65c2efb7
1 changed files with 14 additions and 6 deletions
|
@ -44,15 +44,20 @@
|
|||
}
|
||||
|
||||
.palette-entry {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 0.5em;
|
||||
height: 2.5em;
|
||||
height: max-content;
|
||||
|
||||
.palette-label label {
|
||||
.palette-label {
|
||||
height: auto;
|
||||
|
||||
label {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.palette-square {
|
||||
flex: 0 0 auto;
|
||||
|
@ -75,15 +80,18 @@
|
|||
}
|
||||
|
||||
.modal-view.-mobile & {
|
||||
.palettes {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.palette-entry {
|
||||
flex-wrap: wrap;
|
||||
grid-column: 1;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.palette-label {
|
||||
line-height: 1.5em;
|
||||
margin-top: 0.5em;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue