Add slightly border to tag.is-delete

This commit is contained in:
Florian Scholdei
2019-10-29 10:27:15 +01:00
parent 05e9c05c52
commit cd5b369d26
2 changed files with 788 additions and 834 deletions

View File

@@ -231,6 +231,11 @@ $danger-25: scale-color($danger, $lightness: 75%);
background-color: $light;
}
+.is-delete {
border-color: #aaa;
border-width: 1px 1px 1px 0;
}
&.is-outlined {
background-color: $white;
}