refactor toggling body visibility using class
This commit is contained in:
parent
e75ac9ddbc
commit
ea5b36a597
2 changed files with 8 additions and 4 deletions
|
@ -49,6 +49,10 @@ body {
|
|||
overflow-x: hidden;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
&.hidden {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue