Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

15 lines
206 B
SCSS

.Shipping {
padding: 0.5rem 1rem;
form {
p {
color: var(--color-text-secondary);
font-weight: 500;
margin: .5rem 0 2rem;
}
.Radio {
margin-bottom: 2rem;
}
}
}