source: trip-planner-front/node_modules/primeng/resources/components/password/password.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: 377 bytes
Line 
1.p-password {
2 position: relative;
3 display: inline-flex;
4}
5
6.p-password-panel {
7 position: absolute;
8 top: 0;
9 left: 0;
10}
11
12.p-password .p-password-panel {
13 min-width: 100%;
14}
15
16.p-password-meter {
17 height: 10px;
18}
19
20.p-password-strength {
21 height: 100%;
22 width: 0%;
23 transition: width 1s ease-in-out;
24}
25
26.p-fluid .p-password {
27 display: flex;
28}
Note: See TracBrowser for help on using the repository browser.