use icons for toggle labels (#2315)

This commit is contained in:
Noel Schnierer 2020-11-01 20:08:48 +01:00 committed by GitHub
parent 856ab50090
commit 7491fcc3f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 338 additions and 26 deletions

View file

@ -172,6 +172,22 @@
}
}
.buttonList.buttonListIcon {
label {
display: inline-flex;
justify-content: center;
align-items: center;
svg {
width: 36px;
height: 18px;
opacity: 0.6;
}
&.active svg {
opacity: 1;
}
}
}
.App-bottom-bar {
position: absolute;
top: 0;