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:
537 bytes
|
Line | |
---|
1 | .p-panelmenu .p-panelmenu-header-link {
|
---|
2 | display: flex;
|
---|
3 | align-items: center;
|
---|
4 | user-select: none;
|
---|
5 | cursor: pointer;
|
---|
6 | position: relative;
|
---|
7 | text-decoration: none;
|
---|
8 | }
|
---|
9 |
|
---|
10 | .p-panelmenu .p-panelmenu-header-link:focus {
|
---|
11 | z-index: 1;
|
---|
12 | }
|
---|
13 |
|
---|
14 | .p-panelmenu .p-submenu-list {
|
---|
15 | margin: 0;
|
---|
16 | padding: 0;
|
---|
17 | list-style: none;
|
---|
18 | }
|
---|
19 |
|
---|
20 | .p-panelmenu .p-menuitem-link {
|
---|
21 | display: flex;
|
---|
22 | align-items: center;
|
---|
23 | user-select: none;
|
---|
24 | cursor: pointer;
|
---|
25 | text-decoration: none;
|
---|
26 | }
|
---|
27 |
|
---|
28 | .p-panelmenu .p-menuitem-text {
|
---|
29 | line-height: 1;
|
---|
30 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.