File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,9 +33,8 @@ var PlanetHeader = React.createClass({
3333 return (
3434 < div onClick = { this . interceptClick } className = 'PlanetHeader' >
3535 < div className = 'headerLabel' >
36- < span className = 'userName' > { currentUserName } </ span > < br />
37- < span className = 'divider' > /</ span >
3836 < span className = 'planetName' > { currentPlanetName } </ span >
37+ < span className = 'userName' > { currentUserName } </ span > < br />
3938 < button className = { 'menuBtn' } >
4039 < i className = 'fa fa-gears' > </ i >
4140 </ button >
Original file line number Diff line number Diff line change 2828 .userName
2929 position absolute
3030 left 15px
31- top 5px
32- font-size 1.2em
33- color brandColor
34- .divider
35- position absolute
36- top 25px
37- left 15px
38- font-size 2em
31+ top 40px
32+ width 140px
33+ font-size 1em
34+ color textColor
35+ & :hover
36+ color darken (lightButtonColor , 50% )
3937 .planetName
4038 position absolute
41- top 28 px
42- left 30 px
43- width 130 px
44- font-size 1.5 em
39+ top 5 px
40+ left 10 px
41+ width 145 px
42+ font-size 1.6 em
4543 color brandColor
4644 overflow-x hidden
4745 text-overflow ellipsis
4846 white-space nowrap
47+ & :hover
48+ color darken (brandBorderColor , 30% )
4949 .menuBtn
5050 position absolute
5151 top 10px
52- right 0
52+ right 5 px
5353 font-size 1em
5454 color lightButtonColor
5555 border none
6969 border-color darken (lightButtonColor , 50% )
7070 color darken (lightButtonColor , 50% )
7171 & :active , & .active
72- border-color darken (brandBorderColor , 10 % )
72+ border-color darken (brandBorderColor , 30 % )
7373 background-color brandColor
7474 color white
7575 .headerControl
7878 .searchInput
7979 display block
8080 position absolute
81- top 14 px
81+ top 16 px
8282 left 0
8383 input
8484 padding-left 32px
152152 color lighten (textColor , 25% )
153153 font-size 0.8em
154154 .description , .content
155+ line-height 120%
155156 margin 10px 0 15px
156157 & :hover , & .hover
157158 background-color hoverBackgroundColor
You can’t perform that action at this time.
0 commit comments