4.10.1: Выровнены отступы иконки поиска
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
.task-search-icon {
|
||||
position: absolute;
|
||||
left: 0.75rem;
|
||||
left: 1rem;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
color: #9ca3af;
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
.task-search-input {
|
||||
width: 100%;
|
||||
padding: 0.75rem 2.5rem 0.75rem 2.75rem;
|
||||
padding: 0.75rem 2.5rem 0.75rem 3rem;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 0.5rem;
|
||||
font-size: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user