6 lines
69 B
SCSS
6 lines
69 B
SCSS
.is-hidden {
|
|
display: none !important;
|
|
}
|
|
.hide {
|
|
display: none;
|
|
} |