Added font folder
This commit is contained in:
parent
b5fb3036ca
commit
7b1f9ec477
15 changed files with 1346 additions and 16 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue