2017-08-01 14:35:45 +02:00
|
|
|
@import (once) "../include/infopages.less";
|
|
|
|
|
@import (once) "../include/colortheme.less";
|
|
|
|
|
|
|
|
|
|
.infopages_main();
|
|
|
|
|
.infopages_topbar();
|
|
|
|
|
|
2017-08-01 17:11:03 +02:00
|
|
|
.cp-container {
|
|
|
|
|
.form-group {
|
|
|
|
|
.checkbox-container {
|
|
|
|
|
&:nth-of-type(1) {
|
|
|
|
|
margin-top: 2em;
|
|
|
|
|
}
|
|
|
|
|
&:last-of-type {
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
#register {
|
|
|
|
|
margin-top: 16px;
|
|
|
|
|
font-size: 1.25em;
|
|
|
|
|
width: 30%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-08-01 14:35:45 +02:00
|
|
|
}
|