Assorted style fixes/tweaks

This commit is contained in:
Andrew Croce
2018-07-26 12:24:31 -04:00
parent 599a8f7b26
commit 222c082533
6 changed files with 50 additions and 8 deletions

View File

@@ -13,6 +13,10 @@
width: 1px;
}
.hide {
@include hide;
}
@mixin unhide {
border: unset;
clip: unset;