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,19 +44,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.palette-entry {
|
.palette-entry {
|
||||||
display: grid;
|
display: flex;
|
||||||
grid-template-columns: 1fr auto;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0 0.5em;
|
padding: 0 0.5em;
|
||||||
height: max-content;
|
height: 2.5em;
|
||||||
|
|
||||||
.palette-label {
|
.palette-label label {
|
||||||
height: auto;
|
text-align: center;
|
||||||
|
|
||||||
label {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.palette-square {
|
.palette-square {
|
||||||
|
@ -80,18 +75,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-view.-mobile & {
|
.modal-view.-mobile & {
|
||||||
.palettes {
|
|
||||||
grid-template-columns: 1fr;
|
|
||||||
}
|
|
||||||
|
|
||||||
.palette-entry {
|
.palette-entry {
|
||||||
grid-column: 1;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.palette-label {
|
.palette-label {
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue