fixup! panel styling cleanup

This commit is contained in:
Henry Jameson 2018-08-30 17:13:54 +03:00
parent 42584b1a34
commit fa1116249d
1 changed files with 7 additions and 5 deletions

View File

@ -10,13 +10,15 @@
background-color: var(--cRed, $fallback--cRed);
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
border-radius: 99px;
min-width: 1.5em;
max-width: 1.5em;
min-height: 1.5em;
max-height: 1.5em;
min-width: 22px;
max-width: 22px;
min-height: 22px;
max-height: 22px;
color: white;
font-size: 0.9em;
font-size: 15px;
line-height: 22px;
text-align: center;
vertical-align: middle
}
.loadmore-error {