round corners

master
ansuz 3 years ago
parent 4d560fa85a
commit cb10ef0d79

@ -2,6 +2,8 @@
@import (reference) "../../customize/src/less2/include/font.less"; @import (reference) "../../customize/src/less2/include/font.less";
@import (reference) "../../customize/src/less2/include/alertify.less"; @import (reference) "../../customize/src/less2/include/alertify.less";
@corner: 5px;
html, body { html, body {
.font_main(); .font_main();
.alertify_main(); .alertify_main();
@ -21,6 +23,7 @@ html, body {
.summary, .failure, .error, .success { .summary, .failure, .error, .success {
margin-bottom: 1em; margin-bottom: 1em;
border-radius: @corner;
} }
.pending { .pending {
@ -66,6 +69,7 @@ html, body {
word-break: break-word; word-break: break-word;
padding: 5px; padding: 5px;
//font-size: 16px; //font-size: 16px;
border-radius: @corner;
&.cp-danger { &.cp-danger {
border: 1px solid @cp_alerts-danger-bg; border: 1px solid @cp_alerts-danger-bg;
background-color: @cp_alerts-danger-bg; background-color: @cp_alerts-danger-bg;

Loading…
Cancel
Save