Colour changes, removed borders... simplified
This commit is contained in:
parent
8e1f41f211
commit
dd75d5e9fd
11 changed files with 54 additions and 49 deletions
|
|
@ -1,9 +1,14 @@
|
|||
.btn, input[type="button"], .button {
|
||||
box-shadow: none;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1.5em;
|
||||
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
color: #CECCD2;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue