Update centering and image button width

This commit is contained in:
cryptogopher 2023-04-30 22:21:50 +02:00
parent 24f6966027
commit 50a63e0d81

View File

@ -24,6 +24,9 @@
:focus-visible { :focus-visible {
outline: none; outline: none;
} }
.centered {
margin: 0 auto;
}
body { body {
margin: 0 0.5rem; margin: 0 0.5rem;
@ -101,16 +104,13 @@ input[type=submit] {
font-weight: bold; font-weight: bold;
padding: 0.4rem; padding: 0.4rem;
text-decoration: none; text-decoration: none;
width: fit-content;
} }
.image-button svg { .image-button svg {
height: 1.3rem; height: 1.3rem;
padding-right: 0.4rem; padding-right: 0.4rem;
width: 1.3rem; width: 1.3rem;
} }
.image-button.centered {
margin: 0 auto;
width: fit-content;
}
.image-button:hover, .image-button:hover,
.image-button.active:hover, .image-button.active:hover,
input[type=submit]:hover { input[type=submit]:hover {
@ -179,7 +179,6 @@ input[type=submit]:hover:focus-visible {
form table { form table {
border-spacing: 0.8rem; border-spacing: 0.8rem;
margin: 0 auto;
} }
form tr td:first-child { form tr td:first-child {
font-size: 0.9rem; font-size: 0.9rem;