21 lines
195 B
SCSS
21 lines
195 B
SCSS
|
|
.invisible {
|
|
visibility: hidden !important;
|
|
}
|
|
|
|
.hidden {
|
|
display: none !important;
|
|
}
|
|
|
|
.tac {
|
|
text-align: center;
|
|
}
|
|
|
|
.tar {
|
|
text-align: right;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|