add hidden class

This commit is contained in:
Elisabeth Dickinson 2021-02-26 16:44:43 +01:00
parent 713c8269c1
commit 51d08f3c36

View File

@ -18,6 +18,12 @@ body {
margin-left: 1rem;
}
}
.hidden {
visibility: hidden !important;
display: none !important;
opacity: 0 !important;
}
//------------------------------------------------------------------------------
// Header with logo, searchbar and switchers
//------------------------------------------------------------------------------