Added update notice to plugin list

This commit is contained in:
Torkel Ödegaard
2016-04-11 13:42:52 -04:00
parent 6ac3bd4c7c
commit ab34b174f9
7 changed files with 41 additions and 13 deletions

View File

@@ -76,13 +76,20 @@
}
.card-item-header {
margin-bottom: $spacer;
}
.card-item-type {
color: $text-color-weak;
text-transform: uppercase;
margin-bottom: $spacer;
font-size: $font-size-sm;
font-weight: bold;
}
.card-item-notice {
font-size: $font-size-sm;
}
.card-item-name {
color: $headings-color;
overflow: hidden;
@@ -107,6 +114,16 @@
.card-list-layout-grid {
.card-item-type {
display: inline-block;
}
.card-item-notice {
font-size: $font-size-sm;
display: inline-block;
margin-left: $spacer;
}
.card-item-header-action {
float: right;
}
@@ -165,6 +182,7 @@
.card-item-header {
float: right;
text-align: right;
}
.card-item-figure {