See attached: web.assets_backend.css.gz
The whole file is compilation of other css files, and there is culprit, that makes browser to ignore some styles from that css file above:
/* /shatatel_razmetki/static/src/css/styles.css */
.somestyle1 {
.somestyle2 {
}
First style misses closing "}" bracket.
See attached: web.assets_backend.css.gz
The whole file is compilation of other css files, and there is culprit, that makes browser to ignore some styles from that css file above:
First style misses closing "}" bracket.