Rounded Forms

This commit is contained in:
David Benqué 2022-03-02 11:31:45 +00:00
parent acda74d034
commit 72c2fc0daa
1 changed files with 3 additions and 0 deletions

View File

@ -526,6 +526,7 @@
background: @cp_form-bg1;
padding: 10px;
box-shadow: 0px 0px 15px @cp_shadow-color;
border-radius: @variables_radius;
&:not(:last-child) {
margin-bottom: 20px;
}
@ -878,6 +879,7 @@
background: @cp_form-bg1;
padding: 10px;
margin-bottom: 20px;
border-radius: @variables_radius;
& > *:not(:last-child) {
margin-right: 10px;
}
@ -900,6 +902,7 @@
padding: 5px;
margin-top: -10px;
margin-right: -10px;
border-radius: 0px @variables_radius 0px 0px;
i { margin-right: 5px; }
background: fade(@cryptpad_text_col, 10%);
}