source: trip-planner-front/node_modules/primeng/resources/components/breadcrumb/breadcrumb.css@ 59329aa

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: 363 bytes
Line 
1.p-breadcrumb {
2 overflow-x: auto;
3}
4
5.p-breadcrumb ul {
6 margin: 0;
7 padding: 0;
8 list-style-type: none;
9 display: flex;
10 align-items: center;
11 flex-wrap: nowrap;
12}
13
14.p-breadcrumb .p-menuitem-text {
15 line-height: 1;
16}
17
18.p-breadcrumb .p-menuitem-link {
19 text-decoration: none;
20}
21
22.p-breadcrumb::-webkit-scrollbar {
23 display: none;
24}
Note: See TracBrowser for help on using the repository browser.