submenu inside omeka-entry-content possition
This commit is contained in:
parent
40c7c26cb7
commit
9878abd21d
File diff suppressed because one or more lines are too long
|
@ -132,6 +132,17 @@
|
||||||
// #. Page
|
// #. Page
|
||||||
// ------------------
|
// ------------------
|
||||||
|
|
||||||
|
// -- submenus
|
||||||
|
.omekas-entry-content {
|
||||||
|
.sub-menu.wide {
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
width: 100vw;
|
||||||
|
padding-left: $global-padding * 4;
|
||||||
|
padding-right: $global-padding * 4;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// -- Search
|
// -- Search
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue