Category config
parent
acb47e5f8e
commit
150bbde2e9
|
@ -104,11 +104,13 @@ a.button-bulk {
|
|||
margin-left: 2px;
|
||||
padding: 5px;
|
||||
vertical-align: middle;
|
||||
span {
|
||||
color: $white;
|
||||
}
|
||||
.icon {
|
||||
color: $fresh-taiga;
|
||||
margin-right: 0;
|
||||
&:hover {
|
||||
@include transition(color .3s linear);
|
||||
color: $green-taiga;
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
@include transition (background .3s linear);
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
.backlog {
|
||||
.new-us {
|
||||
float: right;
|
||||
.icon-bulk {
|
||||
color: $fresh-taiga;
|
||||
&:hover {
|
||||
@include transition(color .3s linear);
|
||||
color: $green-taiga;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
border-top: 1px solid $gray-light;
|
||||
}
|
||||
.resume {
|
||||
@include table-flex();
|
||||
@include table-flex($align-items: center);
|
||||
cursor: pointer;
|
||||
padding: 1rem;
|
||||
position: relative;
|
||||
|
@ -42,11 +42,12 @@
|
|||
background-color: $whitish;
|
||||
width: 100%;
|
||||
.items-container {
|
||||
padding: 2rem 1rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
.category-item {
|
||||
border-bottom: 1px dotted $gray;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid $very-light-gray;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: .5rem .5rem .5rem 2rem;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
flex-basis: 35px;
|
||||
}
|
||||
figcaption {
|
||||
margin-left: 1rem;
|
||||
margin-left: .5rem;
|
||||
}
|
||||
}
|
||||
.level-field {
|
||||
|
|
Loading…
Reference in New Issue