mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
17 lines
No EOL
216 B
SCSS
17 lines
No EOL
216 B
SCSS
.hidden{
|
|
display:none;
|
|
}
|
|
.visible{
|
|
display: block;
|
|
}
|
|
.overlay{
|
|
position:fixed;
|
|
top:0;
|
|
left:0;
|
|
height:100%;
|
|
width:100%;
|
|
z-index:50;
|
|
}
|
|
a, a:link, a:visited, a:hover, a:active{
|
|
text-decoration: none;
|
|
} |