|
@ -131,7 +131,7 @@ export default { |
|
|
border-radius: 10px 10px 0 0; |
|
|
border-radius: 10px 10px 0 0; |
|
|
margin: -10px; |
|
|
margin: -10px; |
|
|
margin-bottom: 10px; |
|
|
margin-bottom: 10px; |
|
|
padding: 15px; |
|
|
padding: 10px; |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
|
|
|
|
|
@ -141,6 +141,14 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 770px) { |
|
|
|
|
|
.list-header { |
|
|
|
|
|
margin: -20px; |
|
|
|
|
|
margin-bottom: 10px; |
|
|
|
|
|
padding: 5px; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.search-wrapper { |
|
|
.search-wrapper { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|