publik-base-theme/static/publik-famille-demo/_wcs.scss

40 lines
488 B
SCSS

.wcs-step {
&.current & {
&--marker {
background-size: contain;
background-repeat: no-repeat;
}
}
}
.form-content {
&--sidebox {
background: $gray-light;
padding: 1rem;
border-radius: $border-radius;
}
}
div.cell.wcs-card-cell.card-table {
h2:first-child {
font-size: $fz-3;
}
div.list-of-cards {
ul > li {
border: none;
padding: 0.3rem 0;
> a {
@extend %pf-field;
}
}
}
}
%button {
box-shadow: none;
&:hover {
box-shadow: none;
}
}