Schriftgröße bei Inputs für Kundendaten erfassen

This commit is contained in:
Andreas Schickinger
2021-01-05 18:14:24 +01:00
parent ea49c4ec12
commit 8e98f9efd0

View File

@@ -17,7 +17,7 @@ button.clear {
}
input:not([type='radio']):not([type='checkbox']) {
@apply outline-none border-none font-bold text-regular;
@apply outline-none border-none font-bold text-cta-l;
&:disabled {
@apply bg-white text-black;