mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
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
|
||||
color: $navy
|
||||
|
||||
|
||||
// base-flat.jade
|
||||
|
||||
#footer
|
||||
background-image: url("/images/pages/home/footer_background.png")
|
||||
height: 229px
|
||||
|
@ -238,3 +241,16 @@ $forest: #20572B
|
|||
img
|
||||
width: 150px
|
||||
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
|
Loading…
Reference in a new issue