mirror of
https://github.com/getformwork/formwork.git
synced 2025-02-24 09:42:43 +01:00
Fix .component
inner spacing
This commit is contained in:
parent
f46e4d4cf6
commit
08742fa232
@ -1955,12 +1955,16 @@ input[type=range] {
|
||||
margin-left: 15.875rem; } }
|
||||
|
||||
.component {
|
||||
overflow: auto;
|
||||
margin-bottom: 1rem;
|
||||
padding: 1.5rem;
|
||||
border-radius: 3px;
|
||||
background-color: #fff;
|
||||
box-shadow: rgba(240, 240, 240, 0.25) 1px 1px 9px 3px; }
|
||||
.component::before, .component::after {
|
||||
display: table;
|
||||
content: ' '; }
|
||||
.component::after {
|
||||
clear: both; }
|
||||
|
||||
.caption {
|
||||
margin-bottom: 1rem;
|
||||
|
2
admin/assets/css/admin.min.css
vendored
2
admin/assets/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -176,12 +176,12 @@
|
||||
}
|
||||
|
||||
.component {
|
||||
overflow: auto;
|
||||
margin-bottom: $component-margin-bottom;
|
||||
padding: $component-padding;
|
||||
border-radius: $border-radius;
|
||||
background-color: #fff;
|
||||
box-shadow: $component-box-shadow;
|
||||
@include clearfix;
|
||||
}
|
||||
|
||||
.caption {
|
||||
|
Loading…
x
Reference in New Issue
Block a user