Last change
on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
747 bytes
|
Line | |
---|
1 | .p-tieredmenu-overlay {
|
---|
2 | position: absolute;
|
---|
3 | top: 0;
|
---|
4 | left: 0;
|
---|
5 | }
|
---|
6 |
|
---|
7 | .p-tieredmenu ul {
|
---|
8 | margin: 0;
|
---|
9 | padding: 0;
|
---|
10 | list-style: none;
|
---|
11 | }
|
---|
12 |
|
---|
13 | .p-tieredmenu .p-submenu-list {
|
---|
14 | position: absolute;
|
---|
15 | min-width: 100%;
|
---|
16 | z-index: 1;
|
---|
17 | display: none;
|
---|
18 | }
|
---|
19 |
|
---|
20 | .p-tieredmenu .p-menuitem-link {
|
---|
21 | cursor: pointer;
|
---|
22 | display: flex;
|
---|
23 | align-items: center;
|
---|
24 | text-decoration: none;
|
---|
25 | overflow: hidden;
|
---|
26 | position: relative;
|
---|
27 | }
|
---|
28 |
|
---|
29 | .p-tieredmenu .p-menuitem-text {
|
---|
30 | line-height: 1;
|
---|
31 | }
|
---|
32 |
|
---|
33 | .p-tieredmenu .p-menuitem {
|
---|
34 | position: relative;
|
---|
35 | }
|
---|
36 |
|
---|
37 | .p-tieredmenu .p-menuitem-link .p-submenu-icon {
|
---|
38 | margin-left: auto;
|
---|
39 | }
|
---|
40 |
|
---|
41 | .p-tieredmenu .p-menuitem-active > p-tieredmenusub > .p-submenu-list {
|
---|
42 | display: block;
|
---|
43 | left: 100%;
|
---|
44 | top: 0;
|
---|
45 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.