0.0.08 form poster

This commit is contained in:
SBD
2025-01-10 22:13:59 +03:00
parent 4c96c94549
commit 8f43ede3f0
12 changed files with 45 additions and 12 deletions

View File

@@ -59,6 +59,9 @@
padding: 0;
border-radius: 0;
}
&.half{
width: 50%;
}
&::placeholder{
font-size: var(--placeholder-font-size);
color: var(--placeholder-color);
@@ -87,6 +90,7 @@
border: 1px solid #E6E6E6;
height: 30px;
width: 30px;
min-width: 30px;
border-radius: 10px;
&:hover{
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);