mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Some size/styling tweaks for goals and gold.
This commit is contained in:
parent
96ff44017e
commit
2af8271829
3 changed files with 17 additions and 7 deletions
|
@ -43,6 +43,13 @@ $level-resize-transition-time: 0.5s
|
|||
visibility: hidden
|
||||
#gold-view
|
||||
right: 1%
|
||||
@include box-shadow(-1px 1px 10px cyan)
|
||||
.team-gold
|
||||
font-size: 2vw
|
||||
line-height: 2vw
|
||||
img
|
||||
width: 1.8vw
|
||||
heighT: 1.8vw
|
||||
#control-bar-view .title
|
||||
left: 20%
|
||||
width: 60%
|
||||
|
|
|
@ -12,11 +12,13 @@
|
|||
padding: 19px 0px 2px 25px
|
||||
z-index: 3
|
||||
font-size: 14px
|
||||
min-width: 230px
|
||||
|
||||
&.brighter
|
||||
font-size: 18px
|
||||
font-size: 1.4vw
|
||||
border-width: 0.91vw 1.22vw 3.10vw 0.91vw
|
||||
min-width: 23vw
|
||||
|
||||
.goals-status
|
||||
margin: 5px 0 0 0
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
z-index: 6
|
||||
@include transition(box-shadow .2s linear)
|
||||
@include user-select(none)
|
||||
padding: 4px
|
||||
padding: 0.4vw
|
||||
background: transparent url(/images/level/gold_background.png) no-repeat
|
||||
background-size: 100% 100%
|
||||
border-radius: 4px
|
||||
|
@ -18,9 +18,9 @@
|
|||
box-shadow: 2px 2px 2px black
|
||||
|
||||
.team-gold
|
||||
font-size: 18px
|
||||
font-size: 1.4vw
|
||||
line-height: 1.4vw
|
||||
margin: 0
|
||||
line-height: 20px
|
||||
color: hsla(205,0%,51%,1)
|
||||
display: inline-block
|
||||
padding: 0px 4px
|
||||
|
@ -35,11 +35,12 @@
|
|||
color: hsla(116,80%,51%,1)
|
||||
|
||||
img
|
||||
width: 16px
|
||||
height: 16px
|
||||
width: 1.2vw
|
||||
height: 1.2vw
|
||||
border-radius: 2px
|
||||
padding: 1px
|
||||
margin-top: -1px
|
||||
padding: 0.1vw
|
||||
margin-top: -0.2vw
|
||||
margin-right: 0.1vw
|
||||
|
||||
.gold-amount
|
||||
display: inline-block
|
||||
|
|
Loading…
Reference in a new issue