New global class for cursor: pointer.

This commit is contained in:
2020-10-12 00:10:14 +02:00
committed by KevinMidboe
parent 40d5062d2f
commit 8cdd9cb2c6

View File

@@ -241,6 +241,11 @@ textarea {
}
}
.cursor {
&-pointer {
cursor: pointer;
}
}
.no-margin {
margin: 0 !important;