rebase from live enviornment

This commit is contained in:
Rachit Bhargava
2024-01-09 22:14:20 -05:00
parent ff0b49a046
commit 3a22fcaa4a
15968 changed files with 2344674 additions and 45234 deletions

View File

@@ -0,0 +1,28 @@
.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;
}