Login form changes
This commit is contained in:
parent
7b1f9ec477
commit
281dd2d742
3 changed files with 40 additions and 23 deletions
|
|
@ -1,6 +1,8 @@
|
|||
.btn,
|
||||
input[type="button"],
|
||||
.button {
|
||||
.button,
|
||||
#btn,
|
||||
input[type="submit"] {
|
||||
box-shadow: none;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
|
|
@ -8,7 +10,6 @@ input[type="button"],
|
|||
font-weight: bold;
|
||||
letter-spacing: 1.5em;
|
||||
background-color: transparent;
|
||||
|
||||
&:hover {
|
||||
color: #ceccd2;
|
||||
box-shadow: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue