diff options
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index fac800bc..ea7b54e8 100644 --- a/src/App.scss +++ b/src/App.scss @@ -16,7 +16,7 @@ background-position: 0 50%; } -i { +i[class^='icon-'] { user-select: none; } @@ -49,6 +49,10 @@ body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + + &.hidden { + display: none; + } } a { |
