source: trip-planner-front/node_modules/primeng/resources/components/accordion/accordion.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: 269 bytes
Line 
1.p-accordion-header-link {
2 cursor: pointer;
3 display: flex;
4 align-items: center;
5 user-select: none;
6 position: relative;
7 text-decoration: none;
8}
9
10.p-accordion-header-link:focus {
11 z-index: 1;
12}
13
14.p-accordion-header-text {
15 line-height: 1;
16}
Note: See TracBrowser for help on using the repository browser.