forked from ddrilling/asb_cloud_front
Добавлены стили "Дело скважины"
This commit is contained in:
parent
6a74544901
commit
ea4dd1dfe0
31
src/styles/well_case.less
Normal file
31
src/styles/well_case.less
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user