aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-10-28 21:31:16 +0200
committerHenry Jameson <me@hjkos.com>2020-10-28 21:31:16 +0200
commitb6cf2bcefd5ddd20c11ee4b0d0f94e29e8f59c40 (patch)
tree256acfc82023d3c15c6dcba9708464db50ed981a /src/App.scss
parenteb04ed865e1afd7cede44017deb13298a8aa76dd (diff)
improved the semantics for our icon scale, fixed preview, fixed navbar desktop
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/App.scss b/src/App.scss
index 06915e16..6884f314 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -812,14 +812,18 @@ nav {
}
}
-.button-icon {
- &.svg-inline--fa.fa-lg {
- display: inline-block;
- padding: 0 0.3em;
+.fa-scale-110 {
+ &.svg-inline--fa {
font-size: 1.1em;
}
}
+.fa-old-padding {
+ &.svg-inline--fa {
+ padding: 0 0.3em;
+ }
+}
+
@keyframes shakeError {
0% {
transform: translateX(0);