source: trip-planner-front/node_modules/primeng/resources/components/tabmenu/tabmenu.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: 581 bytes
RevLine 
[59329aa]1.p-tabmenu {
2 overflow-x: auto;
3}
4
5.p-tabmenu-nav {
6 display: flex;
7 margin: 0;
8 padding: 0;
9 list-style-type: none;
10 flex-wrap: nowrap;
11}
12
13.p-tabmenu-nav a {
14 cursor: pointer;
15 user-select: none;
16 display: flex;
17 align-items: center;
18 position: relative;
19 text-decoration: none;
20 text-decoration: none;
21 overflow: hidden;
22}
23
24.p-tabmenu-nav a:focus {
25 z-index: 1;
26}
27
28.p-tabmenu-nav .p-menuitem-text {
29 line-height: 1;
30}
31
32.p-tabmenu-ink-bar {
33 display: none;
34 z-index: 1;
35}
36
37.p-tabmenu::-webkit-scrollbar {
38 display: none;
39}
Note: See TracBrowser for help on using the repository browser.