absolutely butchering this css to fix the T&Cs login
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7f22479d29
commit
add791e087
@ -149,6 +149,17 @@ a {
|
||||
}
|
||||
|
||||
.btn-lg {
|
||||
all: unset;
|
||||
display: block;
|
||||
border: none;
|
||||
color: #FFFFFF;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
margin: auto;
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
||||
#form-buttons .btn-lg {
|
||||
all: unset;
|
||||
display: block;
|
||||
border: none;
|
||||
@ -159,6 +170,10 @@ a {
|
||||
padding: 0.2em;
|
||||
}
|
||||
|
||||
#form-buttons .btn-lg:hover {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.pf-c-form-control {
|
||||
border: none;
|
||||
padding: 5px 5px 5px 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user