Pop points refactor in styles (Viva Lighttable comnmits)

stable
Xavier Julián 2014-08-05 12:37:18 +02:00
parent 988928bcfa
commit f79dd6f219
1 changed files with 16 additions and 2 deletions

View File

@ -198,11 +198,12 @@
.points-per-role { .points-per-role {
position: relative; position: relative;
li { > li {
border-right: 1px solid $grayer; border-right: 1px solid $grayer;
display: inline-block; display: inline-block;
margin: .5rem .1rem; margin: .5rem .1rem;
opacity: .3; opacity: .3;
position: relative;
text-align: center; text-align: center;
width: 18%; width: 18%;
&:first-child { &:first-child {
@ -227,7 +228,20 @@
white-space: nowrap; white-space: nowrap;
} }
.pop-points-open { .pop-points-open {
@include popover(150px, '', 30px, '', ''); @include popover(200px, 60px, 40px, '', '');
li {
display: inline-block;
width: 23%;
}
a {
display: block;
text-align: center;
&:hover,
&.active {
background: $fresh-taiga;
color: $white;
}
}
} }
} }