Merge pull request 'merge to fix issue #18 fix/line-break' (#19) from fix/line-break into develop

Reviewed-on: #19
This commit is contained in:
jorge 2021-08-29 14:43:39 +02:00
commit ac6adfb403
2 changed files with 9 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -66,14 +66,17 @@ body:not(.browse) #content {
// }
}
// line breaks generated by omekas
.break {
// width: 100%;
// margin: (2 * $global-margin) 0;
// clear: both;
width: 100%;
margin: (2 * $global-margin) 0;
clear: both;
}
.break.opaque {
// border-top: 1px solid $light-gray;
border-top: 1px solid $body-background;
}
.break.transparent {
border-top: none;
}
/* Styles for vertical menu layout */