Rounded Forms
parent
acda74d034
commit
72c2fc0daa
|
@ -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%);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue