add hidden class
This commit is contained in:
parent
713c8269c1
commit
51d08f3c36
@ -18,6 +18,12 @@ body {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.hidden {
|
||||
visibility: hidden !important;
|
||||
display: none !important;
|
||||
opacity: 0 !important;
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
// Header with logo, searchbar and switchers
|
||||
//------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user