Merge pull request #6699 from emmaburstow/temp-padding-for-content-boxes
V8: Padding for umb-control-group so that it's not as squished
This commit is contained in:
@@ -116,8 +116,9 @@ h5.-black {
|
||||
margin: 20px;
|
||||
}
|
||||
.umb-control-group {
|
||||
border-bottom: 1px solid @gray-11;
|
||||
padding-bottom: 20px;
|
||||
border-bottom: 1px solid @gray-11;
|
||||
padding-bottom: 20px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.umb-control-group.-no-border {
|
||||
|
||||
Reference in New Issue
Block a user