brotherton-erpnext/erpnext/templates/pages/home.css
2021-08-19 13:43:28 +05:30

10 lines
206 B
CSS

/* csslint ignore:start */
{% if homepage.hero_image %}
.hero-image {
background-image: url("{{ homepage.hero_image }}");
background-size: cover;
padding: 10rem 0;
}
{% endif %}
/* csslint ignore:end */