Files
medicalalert-web-reloaded/wp/wp-content/plugins/wp-schema-pro/wpsp-blocks/assets/css/blocks/how-to.css
Tony Volpe 4eb982d7a8 Merged in feature/from-pantheon (pull request #16)
code from pantheon

* code from pantheon
2024-01-10 17:03:02 +00:00

29 lines
664 B
CSS

.wpsp-howto__cost-wrap {
display: block;
}
.wpsp-howto__cost-wrap .wpsp-howto-estcost-text,
.wpsp-howto__cost-wrap .wpsp-howto-estcost-value,
.wpsp-howto__cost-wrap .wpsp-howto-estcost-type {
display: inline-flex;
}
.wpsp-howto__time-wrap {
display: block;
}
.wpsp-howto__time-wrap .wpsp-howto-timeNeeded-text,
.wpsp-howto__time-wrap .wpsp-howto-timeNeeded-value,
.wpsp-howto__time-wrap .wpsp-howto-timeINmin-text {
display: inline-flex;
}
.wpsp-howto__time-wrap .wpsp-howto-timeINmin-text {
margin-left: 5px;
}
.wpsp-how-to-main-wrap .wpsp-tools__wrap,
.wpsp-how-to-main-wrap .wpsp-how-to-materials {
margin-bottom: 20px;
}