Skip to content

Commit

Permalink
MDL-55593 Theme: Style for the edit settings page
Browse files Browse the repository at this point in the history
Part of MDL-55071
  • Loading branch information
barbararamiro authored and danpoltawski committed Sep 23, 2016
1 parent 8d92336 commit 6e2aefd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions theme/noname/scss/preset-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1026,3 +1026,15 @@ h2,
padding-bottom: $spacer;
margin-bottom: $spacer;
}

// Edit settings

.mform fieldset {
margin-left: 1.5rem;
margin-bottom: 5px;
border-bottom: 1px solid #f4f4f4;
}

.form-group {
margin-top: ($spacer/2);
}

0 comments on commit 6e2aefd

Please sign in to comment.