source: trip-planner-front/node_modules/primeng/resources/components/fieldset/fieldset.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: 314 bytes
Line 
1.p-fieldset-legend > a,
2.p-fieldset-legend > span {
3 display: flex;
4 align-items: center;
5 justify-content: center;
6}
7
8.p-fieldset-toggleable .p-fieldset-legend a {
9 cursor: pointer;
10 user-select: none;
11 overflow: hidden;
12 position: relative;
13}
14
15.p-fieldset-legend-text {
16 line-height: 1;
17}
Note: See TracBrowser for help on using the repository browser.