1
0
Fork 0

Login form changes

This commit is contained in:
g 2020-09-15 21:10:56 +02:00
commit 281dd2d742
3 changed files with 40 additions and 23 deletions

View file

@ -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;