1
0
Fork 0

Added font folder

This commit is contained in:
g 2020-09-15 20:13:02 +02:00
commit 7b1f9ec477
15 changed files with 1346 additions and 16 deletions

View file

@ -1,14 +1,18 @@
.btn, input[type="button"], .button {
box-shadow: none;
text-decoration: none;
text-transform: uppercase;
border: none;
font-weight: bold;
letter-spacing: 1.5em;
.btn,
input[type="button"],
.button {
box-shadow: none;
text-decoration: none;
text-transform: uppercase;
border: none;
font-weight: bold;
letter-spacing: 1.5em;
background-color: transparent;
&:hover {
color: #CECCD2;
box-shadow: none;
border: none;
}
}
&:hover {
color: #ceccd2;
box-shadow: none;
border: none;
background-color: transparent;
}
}