2017-08-01 14:35:45 +02:00
|
|
|
@import (once) "../include/infopages.less";
|
|
|
|
|
@import (once) "../include/colortheme.less";
|
2017-08-04 12:31:47 +02:00
|
|
|
@import (once) "../include/alertify.less";
|
2017-08-01 14:35:45 +02:00
|
|
|
|
|
|
|
|
.infopages_main();
|
|
|
|
|
.infopages_topbar();
|
2017-08-04 12:31:47 +02:00
|
|
|
.alertify_main();
|
2017-08-01 14:35:45 +02:00
|
|
|
|
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;
|
2017-08-11 14:11:50 +02:00
|
|
|
min-width: 30%;
|
2017-08-01 17:11:03 +02:00
|
|
|
}
|
|
|
|
|
}
|
2017-08-01 14:35:45 +02:00
|
|
|
}
|
2017-08-04 16:02:35 +02:00
|
|
|
|
|
|
|
|
.alertify {
|
|
|
|
|
// workaround for alertify making empty p
|
|
|
|
|
p:empty {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|