remove again, this is not begin used.

This commit is contained in:
Niels Lyngsø
2020-07-31 10:57:51 +02:00
parent 20779dff01
commit 8d6cafa456

View File

@@ -77,20 +77,3 @@
.alert-block p + p {
margin-top: 5px;
}
// Property error alerts
// -------------------------
.alert.property-error {
&::after {
content:'';
position: absolute;
bottom:0;
left: 32px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid @warningBackground;
}
}