mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-28 06:54:13 -04:00
Fix padding-top for level-loading-goals
This commit is contained in:
parent
e65a9248f3
commit
2f63c11024
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ $UNVEIL_TIME: 1.2s
|
||||||
background-size: 100% 100%
|
background-size: 100% 100%
|
||||||
color: darkslategray
|
color: darkslategray
|
||||||
font-size: 15px
|
font-size: 15px
|
||||||
padding: 80px 80px 40px 80px
|
padding: 4% 80px 40px 80px
|
||||||
text-align: center
|
text-align: center
|
||||||
// http://matthewlein.com/ceaser/ Bounce down a bit, then snap up.
|
// http://matthewlein.com/ceaser/ Bounce down a bit, then snap up.
|
||||||
@include transition($UNVEIL_TIME cubic-bezier(0.285, -0.595, 0.670, -0.600))
|
@include transition($UNVEIL_TIME cubic-bezier(0.285, -0.595, 0.670, -0.600))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue