Juanfran 2014-08-21 12:18:47 +02:00
parent f3fe1385dd
commit 98d3442eb8
1 changed files with 8 additions and 10 deletions

View File

@ -5,9 +5,10 @@
@extend %text; @extend %text;
@include transition(all .2s linear); @include transition(all .2s linear);
background: $whitish; background: $whitish;
display: flex;
justify-content: space-between;
margin-bottom: .5rem; margin-bottom: .5rem;
padding: 1rem; padding: 1rem;
position: relative;
&.blocked { &.blocked {
background: $red; background: $red;
vertical-align: middle; vertical-align: middle;
@ -40,6 +41,7 @@
.us-number { .us-number {
@extend %xlarge; @extend %xlarge;
color: $gray-light; color: $gray-light;
flex-shrink: 0;
line-height: 2rem; line-height: 2rem;
margin-right: .5rem; margin-right: .5rem;
} }
@ -47,12 +49,9 @@
@extend %xlarge; @extend %xlarge;
color: $grayer; color: $grayer;
display: inline-block; display: inline-block;
line-height: 2rem; line-height: 2.2rem;
max-width: 80%; padding-right: 1rem;
overflow: hidden;
text-overflow: ellipsis;
text-transform: uppercase; text-transform: uppercase;
white-space: nowrap;
} }
.block-desc-container { .block-desc-container {
@extend %small; @extend %small;
@ -89,9 +88,8 @@
} }
.issue-nav { .issue-nav {
position: absolute; flex-shrink: 0;
right: 1rem; width: 65px;
top: .7rem;
a { a {
@extend %xlarge; @extend %xlarge;
} }
@ -287,7 +285,7 @@
} }
label { label {
cursor: pointer; cursor: pointer;
&+input { +input {
display: none; display: none;
} }
} }