@pocketprep/ui-kit 3.4.86 → 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.
|
@@ -78,7 +78,6 @@ export default class Tag extends Vue {
|
|
|
78
78
|
padding: 0 4px;
|
|
79
79
|
border-radius: 3px;
|
|
80
80
|
text-align: center;
|
|
81
|
-
margin-left: 6px;
|
|
82
81
|
color: $brand-black;
|
|
83
82
|
font-weight: 500;
|
|
84
83
|
background: $buttermilk;
|
|
@@ -139,7 +138,13 @@ export default class Tag extends Vue {
|
|
|
139
138
|
&--archived {
|
|
140
139
|
border: none;
|
|
141
140
|
background: $fog;
|
|
142
|
-
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
|
+
}
|
|
143
148
|
}
|
|
144
149
|
}
|
|
145
150
|
</style>
|