Last change
on this file was d7b7f00, checked in by Gorazd Biskoski <gorazdbiskoskii@…>, 5 weeks ago |
Add project
|
-
Property mode
set to
100644
|
File size:
573 bytes
|
Line | |
---|
1 | .message {
|
---|
2 | font-size: 15px;
|
---|
3 | text-align: center;
|
---|
4 | color: #333;
|
---|
5 | }
|
---|
6 |
|
---|
7 | .passwordIndicator {
|
---|
8 | font-size: 0.85em;
|
---|
9 | font-weight: 600;
|
---|
10 | margin-top: -5px;
|
---|
11 | text-align: center;
|
---|
12 | }
|
---|
13 |
|
---|
14 | .flex {
|
---|
15 | display: flex;
|
---|
16 | width: 100%;
|
---|
17 | gap: 20px;
|
---|
18 | }
|
---|
19 |
|
---|
20 | .flex label {
|
---|
21 | flex: 1;
|
---|
22 | }
|
---|
23 |
|
---|
24 | .flex label .input {
|
---|
25 | font-size: 14px;
|
---|
26 | }
|
---|
27 |
|
---|
28 | .flex label .input + span {
|
---|
29 | top: 50%;
|
---|
30 | transform: translateY(-50%);
|
---|
31 | font-size: 1em;
|
---|
32 | }
|
---|
33 |
|
---|
34 | .flex label .input:focus + span,
|
---|
35 | .flex label .input:valid + span {
|
---|
36 | font-weight: 600;
|
---|
37 | top: 10px;
|
---|
38 | font-size: 0.8em;
|
---|
39 | color: #FFA500;
|
---|
40 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.