Working on Task Order card

This commit is contained in:
richard-dds
2019-06-04 16:05:10 -04:00
parent f2f0adde47
commit 804855d4bc
3 changed files with 46 additions and 0 deletions

View File

@@ -572,3 +572,35 @@
}
}
}
.card {
width: 100%;
box-shadow: $box-shadow-big;
padding: ($gap * 2) ($gap * 2.5) ($gap * 4) ($gap * 3);
margin-bottom: 20px;
.card__status {
margin-bottom: $gap * 2;
display: flex;
align-items: baseline;
}
.card__header {
}
.card__body {
font-size: $small-font-size;
color: $color-gray-medium;
}
}
.card {
.label {
margin-left: 0;
}
.datetime {
font-size: $small-font-size;
}
}