Add styling for modal-base-flat
This commit is contained in:
parent
946436083c
commit
43a659ea80
1 changed files with 16 additions and 0 deletions
|
@ -201,6 +201,9 @@ $forest: #20572B
|
||||||
a.btn-primary-alt
|
a.btn-primary-alt
|
||||||
color: $navy
|
color: $navy
|
||||||
|
|
||||||
|
|
||||||
|
// base-flat.jade
|
||||||
|
|
||||||
#footer
|
#footer
|
||||||
background-image: url("/images/pages/home/footer_background.png")
|
background-image: url("/images/pages/home/footer_background.png")
|
||||||
height: 229px
|
height: 229px
|
||||||
|
@ -238,3 +241,16 @@ $forest: #20572B
|
||||||
img
|
img
|
||||||
width: 150px
|
width: 150px
|
||||||
margin: 0 10px
|
margin: 0 10px
|
||||||
|
|
||||||
|
|
||||||
|
// modal-base-flat.jade
|
||||||
|
|
||||||
|
&.modal-content
|
||||||
|
padding: 10px
|
||||||
|
border-radius: 0
|
||||||
|
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
|
||||||
|
|
||||||
|
.button.close
|
||||||
|
position: absolute
|
||||||
|
top: 10px
|
||||||
|
left: 10px
|
Reference in a new issue