mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 00:43:34 -04:00
Tweaked the color selection for thang types.
This commit is contained in:
parent
621c684c74
commit
5b57fa5c71
1 changed files with 9 additions and 4 deletions
|
@ -25,12 +25,17 @@ $height: 550px
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
|
||||||
button
|
button
|
||||||
width: 20px
|
width: 36px
|
||||||
height: 25px
|
height: 36px
|
||||||
border: 2px solid white
|
margin: 7px
|
||||||
margin: 1px
|
padding: 0
|
||||||
|
|
||||||
|
border: 7px solid white
|
||||||
|
|
||||||
&.selected
|
&.selected
|
||||||
|
width: 48px
|
||||||
|
height: 48px
|
||||||
|
margin: 1px
|
||||||
border: 2px solid black
|
border: 2px solid black
|
||||||
|
|
||||||
#controls
|
#controls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue