Css + fonts..

This commit is contained in:
2020-08-22 22:48:21 +02:00
parent f73a9d0b96
commit ea732325e5
14 changed files with 67 additions and 14 deletions
+6 -1
View File
@@ -1,9 +1,14 @@
.btn {
@apply font-bold py-2 px-4 rounded;
@apply font-semibold py-2 px-4 rounded;
&:focus {
@apply outline-none shadow-outline;
}
&:hover {
--CASL: 1;
@apply font-extrabold;
}
}
.btn-teal {