source: trip-planner-front/node_modules/primeng/resources/components/menu/menu.css

Last change on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 356 bytes
Line 
1.p-menu-overlay {
2 position: absolute;
3 top: 0;
4 left: 0;
5}
6
7.p-menu ul {
8 margin: 0;
9 padding: 0;
10 list-style: none;
11}
12
13.p-menu .p-menuitem-link {
14 cursor: pointer;
15 display: flex;
16 align-items: center;
17 text-decoration: none;
18 overflow: hidden;
19 position: relative;
20}
21
22.p-menu .p-menuitem-text {
23 line-height: 1;
24}
Note: See TracBrowser for help on using the repository browser.