Skip to content

Commit

Permalink
Adapt styling of modals in gmf
Browse files Browse the repository at this point in the history
Make them look like other gmf components.
  • Loading branch information
Roman Zoller committed Aug 4, 2017
1 parent a407b14 commit ba7ff6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions contribs/gmf/less/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,15 @@ i, cite, em, var, address, dfn {
.control-label {
font-weight: normal;
}

.modal-content {
border-radius: 0;
}
.modal-body, .modal-header {
padding: 10px;
}
.modal-title {
font-weight: bold;
font-size: inherit;
line-height: 1;
}

0 comments on commit ba7ff6a

Please sign in to comment.