absolutely butchering this css to fix the T&Cs login
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2022-03-04 10:59:31 +01:00
parent 7f22479d29
commit add791e087
1 changed files with 15 additions and 0 deletions

View File

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