Добавлены стили "Дело скважины"

This commit is contained in:
goodmice 2022-09-13 16:15:02 +05:00
parent 6a74544901
commit ea4dd1dfe0

31
src/styles/well_case.less Normal file
View File

@ -0,0 +1,31 @@
.well-case-editor {
gap: 10px;
width: 100%;
max-height: 70vh;
display: flex;
align-items: stretch;
justify-content: space-between;
& .category-list {
display: flex;
flex-direction: column;
align-items: stretch;
justify-content: space-between;
gap: 10px;
width: 300px;
& .category-list-item {
cursor: pointer;
&.empty {
background-color: #ffe58f;
border-color: #ffc53d;
}
&.active {
background-color: #fafafa;
border: 1px solid #f0f0f0;
}
}
}
}