Category config

stable
Xavier Julián 2014-07-31 14:06:15 +02:00
parent acb47e5f8e
commit 150bbde2e9
4 changed files with 10 additions and 14 deletions

View File

@ -104,11 +104,13 @@ a.button-bulk {
margin-left: 2px; margin-left: 2px;
padding: 5px; padding: 5px;
vertical-align: middle; vertical-align: middle;
span {
color: $white;
}
.icon { .icon {
color: $fresh-taiga;
margin-right: 0; margin-right: 0;
&:hover {
@include transition(color .3s linear);
color: $green-taiga;
}
} }
&:hover { &:hover {
@include transition (background .3s linear); @include transition (background .3s linear);

View File

@ -1,13 +1,6 @@
.backlog { .backlog {
.new-us { .new-us {
float: right; float: right;
.icon-bulk {
color: $fresh-taiga;
&:hover {
@include transition(color .3s linear);
color: $green-taiga;
}
}
} }
} }

View File

@ -4,7 +4,7 @@
border-top: 1px solid $gray-light; border-top: 1px solid $gray-light;
} }
.resume { .resume {
@include table-flex(); @include table-flex($align-items: center);
cursor: pointer; cursor: pointer;
padding: 1rem; padding: 1rem;
position: relative; position: relative;
@ -42,11 +42,12 @@
background-color: $whitish; background-color: $whitish;
width: 100%; width: 100%;
.items-container { .items-container {
padding: 2rem 1rem; padding: 1rem;
} }
} }
.category-item { .category-item {
border-bottom: 1px dotted $gray; align-items: center;
border-bottom: 1px solid $very-light-gray;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: .5rem .5rem .5rem 2rem; padding: .5rem .5rem .5rem 2rem;

View File

@ -30,7 +30,7 @@
flex-basis: 35px; flex-basis: 35px;
} }
figcaption { figcaption {
margin-left: 1rem; margin-left: .5rem;
} }
} }
.level-field { .level-field {