ulovliglogning.dk/_scss/base/_base.scss

46 lines
739 B
SCSS
Raw Normal View History

2018-01-20 23:49:35 +00:00
body, html {
min-height: 100%;
height: 100%;
}
body {
background: #2A2A2A;
color: #FFF;
height: 100%;
}
footer {
text-align: center;
margin: 1rem;
color: #AAA;
2018-01-22 23:08:18 +00:00
}
2018-01-25 21:35:10 +00:00
.hidden {
display: none !important;
}
2018-01-22 23:08:18 +00:00
.langSwitcher {
display: inline-block;
position: absolute;
top: 32px;
left: 32px;
z-index: 100;
2018-01-22 23:08:18 +00:00
font-size: 0;
background: #444;
border: 5px solid #444;
border-radius: 5px;
2018-01-22 23:08:18 +00:00
}
.langSwitcher a {
font-size: 2rem;
color: transparent;
2018-01-22 23:08:18 +00:00
box-shadow: none;
border-radius: 3px;
margin-right: 5px;
2018-01-25 21:35:10 +00:00
box-shadow: inset 0 50px 0 rgba(0, 0, 0, 0.35);
2018-01-22 23:08:18 +00:00
}
.langSwitcher a.activeLang {
2018-01-25 21:35:10 +00:00
box-shadow: none;
2018-01-22 23:08:18 +00:00
}
.langSwitcher a:last-child{
margin-right: 0;
2018-01-20 23:49:35 +00:00
}