forked from AkkomaGang/akkoma-fe
fixup! panel styling cleanup
This commit is contained in:
parent
42584b1a34
commit
fa1116249d
1 changed files with 7 additions and 5 deletions
|
@ -10,13 +10,15 @@
|
||||||
background-color: var(--cRed, $fallback--cRed);
|
background-color: var(--cRed, $fallback--cRed);
|
||||||
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
|
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
|
||||||
border-radius: 99px;
|
border-radius: 99px;
|
||||||
min-width: 1.5em;
|
min-width: 22px;
|
||||||
max-width: 1.5em;
|
max-width: 22px;
|
||||||
min-height: 1.5em;
|
min-height: 22px;
|
||||||
max-height: 1.5em;
|
max-height: 22px;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 0.9em;
|
font-size: 15px;
|
||||||
|
line-height: 22px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
vertical-align: middle
|
||||||
}
|
}
|
||||||
|
|
||||||
.loadmore-error {
|
.loadmore-error {
|
||||||
|
|
Loading…
Reference in a new issue