2017-11-30 19:17:59 +01:00
|
|
|
@import (once) "../include/colortheme.less";
|
2017-12-01 11:51:04 +01:00
|
|
|
@import (once) "../include/font.less";
|
|
|
|
|
.font_neuropolitical();
|
|
|
|
|
.font_open-sans();
|
2017-11-30 19:17:59 +01:00
|
|
|
|
|
|
|
|
html, body {
|
2017-12-01 11:51:04 +01:00
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
2017-11-30 19:17:59 +01:00
|
|
|
#cp-main {
|
2017-12-01 11:51:04 +01:00
|
|
|
|
2017-11-30 19:17:59 +01:00
|
|
|
height: 100vh;
|
2017-12-01 11:51:04 +01:00
|
|
|
margin: 0px;
|
2017-11-30 19:17:59 +01:00
|
|
|
width: 100%;
|
2017-12-01 11:51:04 +01:00
|
|
|
padding-top: 5%;
|
2017-11-30 19:17:59 +01:00
|
|
|
text-align: center;
|
2017-12-01 11:51:04 +01:00
|
|
|
#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
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|