38 lines
791 B
Plaintext
Raw Normal View History

2017-11-30 19:17:59 +01:00
@import (once) "../include/colortheme.less";
@import (once) "../include/font.less";
.font_neuropolitical();
.font_open-sans();
2017-11-30 19:17:59 +01:00
html, body {
margin: 0px;
padding: 0px;
2017-11-30 19:17:59 +01:00
#cp-main {
2017-11-30 19:17:59 +01:00
height: 100vh;
margin: 0px;
2017-11-30 19:17:59 +01:00
width: 100%;
padding-top: 5%;
2017-11-30 19:17:59 +01:00
text-align: center;
#cp-logo {
display: block;
max-width: 15%;
margin: auto;
}
#cp-brand {
font-family: neuropolitical;
font-size: 40px;
}
#cp-title {
font-size: 30px;
}
#cp-scramble, #cp-link {
font-size: 20px;
}
#cp-title, #cp-scramble, #cp-link {
//font-family: 'Open Sans';
font-family: monospace;
2017-11-30 19:17:59 +01:00
}
}
}