frontend/css/components/_modal.scss in trestle-0.10.0.pre vs frontend/css/components/_modal.scss in trestle-0.10.0.pre2
- old
+ new
@@ -59,20 +59,20 @@
}
}
}
.modal-title {
- font-size: 1.3rem;
+ font-size: 1.125rem;
font-weight: 500;
text-shadow: rgba(black, 0.5) 0 1px 1px;
color: white;
}
.modal-tabs {
.nav-tabs {
background: $body-bg;
- padding: 10px 15px 0 15px;
+ padding: 0.625rem 1rem 0 1rem;
}
}
.modal-body {
// Allow nesting of tab panes directly within
@@ -110,14 +110,14 @@
font-size: 36px;
margin-right: $alert-padding-x * 0.75;
}
h3 {
- font-size: 1.25rem;
+ font-size: 1.125rem;
}
p {
- font-size: 0.9rem;
+ font-size: 0.825rem;
}
}
}
.modal-backdrop {