Skip to content

Commit

Permalink
Fix analyse ceval style
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Nov 25, 2017
1 parent 69f0540 commit e000e3f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/ui/analyse/ceval/cevalView.styl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
// flex height
height initial
font-size 0.9em
padding 0 10px
flex 1 1 auto
&.gameOver
font-style italic
Expand All @@ -50,7 +49,7 @@
.ceval-pv
display flex
flex-flow row nowrap
padding 0.5em 0
padding 0.5em 10px
&.active
opacity 0.9
&.even
Expand All @@ -70,9 +69,15 @@
animation fa-spin 5s infinite steps(8)

.view-container.light
.ceval-pv.even
background-color lighten(bglightEven, 40%)

.ceval-Wrapper strong
color inherit

.view-container.transp
.ceval-pv.even
background-color transpWhite005

.ceval-Wrapper strong
color textTransp

0 comments on commit e000e3f

Please sign in to comment.