mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-24 11:50:58 -04:00
Cleans up some css for terrain generator modal
This commit is contained in:
parent
813ecaa59c
commit
1436a4dac7
2 changed files with 5 additions and 25 deletions
app
|
@ -1,16 +1,6 @@
|
|||
#terrain-randomise-modal
|
||||
#noob-view p
|
||||
font-size: 30px
|
||||
|
||||
#skip-tutorial-button
|
||||
font-size: 16px
|
||||
|
||||
.tutorial-suggestion
|
||||
text-align: center
|
||||
font-size: 18px
|
||||
margin: 10px 0 30px
|
||||
|
||||
.play-option
|
||||
|
||||
.choose-option
|
||||
margin-bottom: 15px
|
||||
width: 100%
|
||||
height: 100px
|
||||
|
@ -36,7 +26,7 @@
|
|||
transition: opacity 0.3s ease-in-out
|
||||
opacity: 0
|
||||
|
||||
.play-option:hover
|
||||
.choose-option:hover
|
||||
opacity: 1
|
||||
.only-one
|
||||
opacity: 1
|
||||
|
@ -135,14 +125,4 @@
|
|||
|
||||
.hard-option .preset-name
|
||||
border-top: 25px solid black
|
||||
color: white
|
||||
|
||||
.vs
|
||||
position: absolute
|
||||
left: 40%
|
||||
right: 40%
|
||||
text-align: center
|
||||
top: 35px
|
||||
font-size: 40px
|
||||
font-weight: bolder
|
||||
color: black
|
||||
color: white
|
|
@ -6,7 +6,7 @@ block modal-header-content
|
|||
block modal-body-content
|
||||
div#normal-view
|
||||
a(href="#")
|
||||
div.play-option(data-preset-type="grassy", data-preset-size="small")
|
||||
div.choose-option(data-preset-type="grassy", data-preset-size="small")
|
||||
div.preset-size.name-label
|
||||
span(data-i18n="ladder.small") Small
|
||||
div.preset-name
|
||||
|
|
Loading…
Add table
Reference in a new issue