|
|
@@ -268,6 +268,7 @@ ul.pagination {
|
|
|
.list-group {
|
|
|
.list-group-item {
|
|
|
background-color: transparent;
|
|
|
+
|
|
|
.grw-tag-label {
|
|
|
color: $secondary;
|
|
|
background-color: $gray-200;
|
|
|
@@ -276,6 +277,14 @@ ul.pagination {
|
|
|
.icon-lock {
|
|
|
color: $color-link;
|
|
|
}
|
|
|
+
|
|
|
+ .d-flex.justify-content-between {
|
|
|
+ color: $gray-500;
|
|
|
+
|
|
|
+ svg {
|
|
|
+ fill: $gray-500;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|