mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Using a couple more percentage margins/paddings in spell palette.
This commit is contained in:
parent
ca4d861bac
commit
6ec7066309
1 changed files with 2 additions and 7 deletions
|
@ -5,7 +5,7 @@
|
|||
position: absolute
|
||||
left: 10px
|
||||
right: 10px
|
||||
padding: 0 4px 10px 40px
|
||||
padding: 0 4px 10px 3%
|
||||
background-color: transparent
|
||||
background-size: 100% 100%
|
||||
z-index: 2
|
||||
|
@ -63,7 +63,7 @@
|
|||
vertical-align: top
|
||||
|
||||
#spell-palette-help-button
|
||||
margin: 30px 0px 4px
|
||||
margin: 3% 0px 4px
|
||||
|
||||
&.hero .properties
|
||||
@include flexbox()
|
||||
|
@ -101,8 +101,3 @@
|
|||
#spell-palette-view
|
||||
// Make sure we have enough room for at least two columns
|
||||
padding-left: 12px
|
||||
|
||||
@media only screen and (max-width: 1555px)
|
||||
#spell-palette-view #spell-palette-help-button
|
||||
// Save vertical space when we don't have three columns (#2005).
|
||||
margin-top: 16px
|
||||
|
|
Loading…
Reference in a new issue