source: trip-planner-front/node_modules/primeng/resources/components/scrolltop/scrolltop.css@ bdd6491

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

adding photos

  • Property mode set to 100644
File size: 247 bytes
Line 
1.p-scrolltop {
2 position: fixed;
3 bottom: 20px;
4 right: 20px;
5 display: flex;
6 align-items: center;
7 justify-content: center;
8}
9
10.p-scrolltop-sticky {
11 position: sticky;
12}
13
14.p-scrolltop-sticky.p-link {
15 margin-left: auto;
16}
Note: See TracBrowser for help on using the repository browser.