Juanfran 2014-07-21 12:30:07 +02:00
parent 24597159f8
commit 82d35449a0
3 changed files with 3 additions and 42 deletions

View File

@ -21,7 +21,6 @@
}
.watcher-single {
@include table-flex(center, center, flex, row, wrap, center);
@include transition(background .3s linear);
background: transparent;
border-bottom: 1px solid $gray-light;
padding: .5rem;

View File

@ -226,46 +226,6 @@
}
}
.watchers {
margin-top: 2rem;
.watchers-header {
border-bottom: 2px solid $gray-light;
padding: .5rem;
position: relative;
.title {
@extend %large;
@extend %title;
text-transform: uppercase;
}
.icon {
@extend %large;
position: absolute;
right: 1rem;
top: 4px;
}
}
.watcher-single {
@include table-flex(center, center, flex, row, wrap, center);
@include transition(background .3s linear);
background: transparent;
border-bottom: 1px solid $gray-light;
padding: .5rem;
vertical-align: middle;
&:last-child {
border: 0;
}
}
.watcher-name {
@include table-flex-child(8, 0);
@extend %medium;
color: $grayer;
margin-left: 1rem;
}
.watcher-avatar {
@include table-flex-child(1, 0);
}
}
.us-detail-settings {
margin-top: 2rem;
.button {

View File

@ -319,10 +319,12 @@
position: relative;
&:hover,
&.active {
@include transition(background .3s linear);
background: lighten($green-taiga, 55%);
cursor: pointer;
}
&:hover {
@include transition(background .3s linear);
}
&.active {
.icon {
opacity: 1;