3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/ui/theme/css/layout.css

11 lines
342 B
CSS

/* Add some vertical padding to layout regions. */
.layout--twocol .layout__region {
margin-bottom: 1em;
}
/* Hide geometry field label in asset and log page top region. */
body.path-asset .layout__region--top .field--name-geometry .field__label,
body.path-log .layout__region--top .field--name-geometry .field__label {
display: none;
}