20 lines
368 B
Plaintext
Raw Normal View History

2017-08-01 17:11:03 +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 17:11:03 +02:00
.infopages_main();
.infopages_topbar();
2017-08-04 12:31:47 +02:00
.alertify_main();
2017-08-01 17:11:03 +02:00
.form-group {
.extra {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
.login {
}
}
}