mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 14:03:28 -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
|
||||
|
||||
button
|
||||
width: 20px
|
||||
height: 25px
|
||||
border: 2px solid white
|
||||
margin: 1px
|
||||
width: 36px
|
||||
height: 36px
|
||||
margin: 7px
|
||||
padding: 0
|
||||
|
||||
border: 7px solid white
|
||||
|
||||
&.selected
|
||||
width: 48px
|
||||
height: 48px
|
||||
margin: 1px
|
||||
border: 2px solid black
|
||||
|
||||
#controls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue