mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Fix level preview CSS
This commit is contained in:
parent
f28c17c9bf
commit
ce137f00cb
1 changed files with 10 additions and 7 deletions
|
@ -74,13 +74,6 @@ $UNVEIL_TIME: 1.2s
|
|||
.progress-or-start-container.intro-footer
|
||||
bottom: 30px
|
||||
|
||||
@media screen and ( min-height: 900px )
|
||||
background: transparent
|
||||
border: 1px solid transparent
|
||||
border-width: 124px 76px 64px 40px
|
||||
border-image: url(/images/level/code_editor_background.png) 124 76 64 40 fill round
|
||||
padding: 0 35px 0 15px
|
||||
|
||||
.level-loading-goals
|
||||
text-align: left
|
||||
|
||||
|
@ -188,3 +181,13 @@ $UNVEIL_TIME: 1.2s
|
|||
left: 48px
|
||||
right: 77px
|
||||
width: auto
|
||||
|
||||
|
||||
#level-view.web-dev
|
||||
#loading-details.preview
|
||||
@media screen and ( min-height: 900px )
|
||||
background: transparent
|
||||
border: 1px solid transparent
|
||||
border-width: 124px 76px 64px 40px
|
||||
border-image: url(/images/level/code_editor_background.png) 124 76 64 40 fill round
|
||||
padding: 0 35px 0 15px
|
||||
|
|
Loading…
Reference in a new issue