File: /var/www/html/wp-content/plugins/wp-recipe-maker/templates/recipe/legacy/clean/clean.scss
.rtl .wprm-recipe-clean {
.wprm-recipe-image {
float: right;
margin: 0 0 15px 15px;
}
ol,
ul {
li {
margin: 0 32px 0 0;
}
}
}
.wprm-recipe-clean {
font-size: 0.9em;
*:before, *:after {
display: none;
}
.wprm-recipe-image {
float: left;
margin: 0 15px 15px 0;
}
h2.wprm-recipe-name,
h3.wprm-recipe-header,
h4.wprm-recipe-group-name {
font-variant: normal;
text-transform: none;
letter-spacing: normal;
margin: 0;
padding: 0;
}
h2.wprm-recipe-name {
clear: none;
font-size: 1.8em;
}
.wprm-recipe-details-container,
.wprm-recipe-summary {
margin-bottom: 15px;
}
.wprm-recipe-details-name {
display: inline-block;
font-weight: bold;
min-width: 130px;
}
.wprm-recipe-details-unit {
font-size: 0.8em;
}
h3.wprm-recipe-header {
margin-top: 10px;
font-size: 1.2em;
}
ol,
ul {
margin: 0 0 8px;
li {
margin: 0 0 0 32px;
}
}
h4.wprm-recipe-group-name {
margin-top: 5px !important;
font-weight: 300;
font-size: 1em;
}
.wprm-recipe-ingredient-notes {
opacity: 0.7;
}
.wprm-recipe-instructions {
.wprm-recipe-instruction {
margin-bottom: 5px;
}
}
.wprm-recipe-instruction-text {
p {
margin: 0 0 5px;
}
p:last-of-type {
margin-bottom: 0;
}
}
}