@pocketprep/ui-kit 3.4.87 → 3.4.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -138,7 +138,13 @@ export default class Tag extends Vue {
|
|
|
138
138
|
&--archived {
|
|
139
139
|
border: none;
|
|
140
140
|
background: $fog;
|
|
141
|
-
color: $pickled-bluewood
|
|
141
|
+
color: $pickled-bluewood;
|
|
142
|
+
|
|
143
|
+
&--dark {
|
|
144
|
+
color: $fog;
|
|
145
|
+
border: 1px solid rgba($pewter, 0.85);
|
|
146
|
+
background: rgba($pewter, 0.30);
|
|
147
|
+
}
|
|
142
148
|
}
|
|
143
149
|
}
|
|
144
150
|
</style>
|