23 lines
378 B
CSS
23 lines
378 B
CSS
.postcode-reset {
|
|
font-size: var(--wp--preset--font-size--small, 13px);
|
|
line-height: 1.3;
|
|
margin-top: 11px;
|
|
|
|
a {
|
|
color: var(--wc-red);
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
filter: brightness(160%);
|
|
}
|
|
}
|
|
|
|
.bevestiging {
|
|
display: none;
|
|
|
|
&[data-open="true"] {
|
|
display: inline;
|
|
}
|
|
}
|
|
}
|