caisse-bliss/assets/css/pages/global.scss
2018-04-18 14:21:58 +02:00

58 lines
692 B
SCSS
Executable File

@import '../split/custom_vars';
body {
color: $all-text-color;
}
#bodyland {
padding-top: 1em;
}
.main-screen {
min-height: 80vh;
}
.bg-img {
background-image: url('bg.jpg');
background-size: cover;
opacity: 0.2;
filter: alpha(opacity=20);
width: 100vw;
height: 100vh;
position: fixed;
overflow: hidden;
z-index: -1;
}
.logo-main {
color: $logo-color;
}
.big-footer {
background: $dark;
color: $light;
height: 4em;
padding: 1em;
box-sizing: border-box;
margin-top: 4em;
}
thead {
background: $dark;
color: $light;
}
ul {
padding: 0;
}
label {
min-width: 20em;
display: inline-block;
}
.try {
margin: 0 auto;
text-align: center;
}