Merge pull request #415 from tabler/dev-scss-fixes

Removed outline from toasts' closing btn and fixed alert btn
This commit is contained in:
Paweł Kuna
2020-02-07 22:53:42 +01:00
committed by GitHub
+12
View File
@@ -7,3 +7,15 @@
left: .75rem; left: .75rem;
} }
} }
.alert{
a{
display: inline-block;
height:100%;
vertical-align: middle;
.icon {
height: 100%;
}
}
}