mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
round corners
This commit is contained in:
parent
4d560fa85a
commit
cb10ef0d79
@ -2,6 +2,8 @@
|
||||
@import (reference) "../../customize/src/less2/include/font.less";
|
||||
@import (reference) "../../customize/src/less2/include/alertify.less";
|
||||
|
||||
@corner: 5px;
|
||||
|
||||
html, body {
|
||||
.font_main();
|
||||
.alertify_main();
|
||||
@ -21,6 +23,7 @@ html, body {
|
||||
|
||||
.summary, .failure, .error, .success {
|
||||
margin-bottom: 1em;
|
||||
border-radius: @corner;
|
||||
}
|
||||
|
||||
.pending {
|
||||
@ -66,6 +69,7 @@ html, body {
|
||||
word-break: break-word;
|
||||
padding: 5px;
|
||||
//font-size: 16px;
|
||||
border-radius: @corner;
|
||||
&.cp-danger {
|
||||
border: 1px solid @cp_alerts-danger-bg;
|
||||
background-color: @cp_alerts-danger-bg;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user