Skip to content

Commit

Permalink
Remove sf background colour and increase padding
Browse files Browse the repository at this point in the history
  • Loading branch information
siimonevans authored and thibaudcolas committed Mar 15, 2019
1 parent 4da43d0 commit 2cc0b03
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,14 @@ $object-title-height: 40px;

// cursory styling for streamfield. Main styling in components/streamfield.scss
&.stream-field {
background-color: #f6f6f6;
padding-left: 20px;
padding-right: 20px;
background-color: #fff;
padding-left: 40px;
padding-right: 40px;

@include media-breakpoint-down(xs) {
padding-left: 20px;
padding-right: 20px;
}

&.required .field > label:after {
display: none;
Expand Down

0 comments on commit 2cc0b03

Please sign in to comment.