formы 2
This commit is contained in:
@@ -44,20 +44,24 @@
|
||||
|
||||
.form-group select {
|
||||
width: 100%;
|
||||
padding: 1rem 3rem 1rem 1rem;
|
||||
padding: 1.5rem 3.5rem 2.5rem 1rem;
|
||||
border: 1px solid #e1e5e9;
|
||||
border-radius: 12px;
|
||||
font-size: 1rem;
|
||||
font-size: 0.9rem;
|
||||
background: white;
|
||||
color: #333;
|
||||
font-family: inherit;
|
||||
appearance: none;
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
|
||||
background-position: right 0.5rem center;
|
||||
background-position: right 0.75rem center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1.5em 1.5em;
|
||||
min-height: 3rem;
|
||||
background-size: 1.2em 1.2em;
|
||||
min-height: 5.5rem;
|
||||
line-height: 1.3;
|
||||
transition: all 0.3s ease;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.form-group select option {
|
||||
|
||||
Reference in New Issue
Block a user