17 lines
162 B
SCSS
17 lines
162 B
SCSS
|
|
.invisible {
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
.hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.tac {
|
|
text-align: center;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|