6 lines
87 B
SCSS
6 lines
87 B
SCSS
.is-hidden {
|
|
display: none !important;
|
|
}
|
|
.is-visible {
|
|
display: block !important;
|
|
} |