|
|
|
@ -1065,14 +1065,13 @@ export default { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
padding: 12px; |
|
|
|
background-color: #f3f3f3 !important; |
|
|
|
margin-bottom: 6px; |
|
|
|
background-color:#f6f9fc !important; |
|
|
|
padding: 7px 15px; |
|
|
|
margin-bottom: 10px; |
|
|
|
border-radius: 6px; |
|
|
|
cursor: pointer; |
|
|
|
border: none !important; |
|
|
|
transition: all 0.2s; |
|
|
|
border-bottom: 1px solid #d1d5db !important; |
|
|
|
border: 1px solid #E2E5EA; |
|
|
|
} |
|
|
|
|
|
|
|
.config-card:hover { |
|
|
|
@ -1092,7 +1091,6 @@ export default { |
|
|
|
|
|
|
|
.card-left { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
align-items: flex-start; |
|
|
|
flex: 1; |
|
|
|
min-width: 0; |
|
|
|
@ -1108,6 +1106,7 @@ export default { |
|
|
|
border-right: none; |
|
|
|
flex-shrink: 0; |
|
|
|
height: auto; |
|
|
|
margin-top: 4px; |
|
|
|
} |
|
|
|
.config-checkbox { |
|
|
|
margin: 0; |
|
|
|
|