mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
13 lines
169 B
SCSS
13 lines
169 B
SCSS
.modal-body {
|
|
padding-top: 0;
|
|
|
|
&.modal-body-text {
|
|
padding-top: 10px;
|
|
}
|
|
}
|
|
|
|
.modal-header {
|
|
padding: 15px 15px 0 15px;
|
|
border-bottom: none;
|
|
}
|