Skip to content

Commit 09df70a

Browse files
style(): adjust input width
1 parent 5074e4b commit 09df70a

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
p-floatlabel {
2-
width: 100%;
3-
}
2+
width: 500px;
43

5-
input {
6-
width: 100%;
7-
padding: 15px;
8-
font-size: 16px;
9-
background-color: var(--background-color-light);
10-
border: var(--grey-border);
11-
border-radius: 8px;
12-
transition: border-color 0.3s ease-in-out;
4+
input {
5+
width: 100%;
6+
padding: 15px;
7+
font-size: 16px;
8+
background-color: var(--background-color-light);
9+
border: var(--grey-border);
10+
border-radius: 8px;
11+
transition: border-color 0.3s ease-in-out;
1312

14-
&:focus,
15-
&:hover,
16-
&:active {
17-
border-color: var(--primary-light-color) !important;
18-
outline: none;
19-
~ label {
20-
color: var(--primary-light-color);
13+
&:focus,
14+
&:hover,
15+
&:active {
16+
border-color: var(--primary-light-color) !important;
17+
outline: none;
18+
~ label {
19+
color: var(--primary-light-color);
20+
}
2121
}
22-
}
2322

24-
label {
25-
transition: all 0.3s ease-in-out;
26-
color: var(--primary-light-color);
23+
label {
24+
transition: all 0.3s ease-in-out;
25+
color: var(--primary-light-color);
26+
}
2727
}
2828
}

0 commit comments

Comments
 (0)