1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 21:52:08 +02:00
onion/sass/lib/modals.scss

13 lines
169 B
SCSS
Raw Normal View History

2015-10-20 15:51:22 +02:00
.modal-body {
padding-top: 0;
&.modal-body-text {
padding-top: 10px;
}
2015-10-20 15:51:22 +02:00
}
2015-10-20 15:10:18 +02:00
.modal-header {
padding: 15px 15px 0 15px;
border-bottom: none;
}