Merge pull request #6104 from gabrielbazan7/feat/cardUI

improvements on the card UI
This commit is contained in:
Gustavo Maximiliano Cortez 2017-05-29 15:26:31 -03:00 committed by GitHub
commit bc9d4bd994
7 changed files with 160 additions and 56 deletions

View file

@ -7,6 +7,23 @@
@extend .deflash-blue;
background: white;
.status-label {
font-size: 14px;
font-weight: 300;
color: #727272;
padding: 2px 1rem;
background: #f8f8f9;
}
.comment {
padding: 15px;
background: #f8f8f9;
font-weight: bold;
font-size:0.9em;
color: $v-mid-gray;
display: inline-block;
}
.spinner svg {
stroke: #0067c8;
fill: #0067c8;