Making the styling for headings on modals better

This commit is contained in:
summerscope
2014-07-28 16:14:44 +10:00
parent 6dc15ff075
commit d6c9f41a00

View File

@@ -62,6 +62,13 @@
.cta-container
background: url("/assets/gray_jean.png") repeat
padding-top: 0.75rem
label
text-transform: uppercase
font-size: 0.875rem
margin-bottom: 0.5rem
color: $dark-grey
.button.secondary
background-color: #999
.button.hub
@@ -98,9 +105,13 @@
p
margin-bottom: 0
.modal-header
.modal-header, p.modal-header
text-align: center
text-transform: uppercase
border-bottom: 1px solid black
font-size: 1rem
font-weight: 400
color: $disabled-dark
border-bottom: 1px solid $disabled-dark
margin-top: 0.75rem
margin-bottom: 0.5rem