Compare commits
No commits in common. "5e65c2efb77ea777e87f6a3d9bec3965ac49b653" and "d1db92c896217f8acc0e2445a30f0b83f1413d41" have entirely different histories.
5e65c2efb7
...
d1db92c896
1 changed files with 6 additions and 14 deletions
|
@ -44,20 +44,15 @@
|
|||
}
|
||||
|
||||
.palette-entry {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr auto;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 0.5em;
|
||||
height: max-content;
|
||||
height: 2.5em;
|
||||
|
||||
.palette-label {
|
||||
height: auto;
|
||||
|
||||
label {
|
||||
.palette-label label {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.palette-square {
|
||||
flex: 0 0 auto;
|
||||
|
@ -80,18 +75,15 @@
|
|||
}
|
||||
|
||||
.modal-view.-mobile & {
|
||||
.palettes {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.palette-entry {
|
||||
grid-column: 1;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.palette-label {
|
||||
line-height: 1.5em;
|
||||
margin-top: 0.5em;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue