forked from icd/mt940-mbank-ts
feat: borderless button, header vertical offset
This commit is contained in:
parent
af90629c56
commit
6b423a5608
@ -27,6 +27,11 @@ button {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#submit,
|
||||||
|
#submit:hover {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -51,6 +56,10 @@ footer section p {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header section h1 {
|
||||||
|
margin: 1rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
footer section p a {
|
footer section p a {
|
||||||
color: var(--icd-rentgen-color);
|
color: var(--icd-rentgen-color);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user