You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
651 B
37 lines
651 B
2 years ago
|
@import '../../style/variables.less';
|
||
|
|
||
|
.add-wms-panel {
|
||
|
.body {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
|
||
|
.ant-checkbox-group {
|
||
|
flex: 1;
|
||
|
height: 100%;
|
||
|
overflow-y: auto;
|
||
|
}
|
||
|
|
||
|
.add-wms-layer-checkbox-line {
|
||
|
padding: 5px;
|
||
|
margin: 1px;
|
||
|
display: flex;
|
||
|
background: lighten(@primary-color, 50%);
|
||
|
flex: 1;
|
||
|
align-items: center;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
|
||
|
.add-wms-add-info-icon {
|
||
|
margin-left: 5px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.react-geo-titlebar {
|
||
|
.react-geo-simplebutton {
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|