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.
17 lines
325 B
17 lines
325 B
@import '../../../style/variables.less'; |
|
|
|
.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; |
|
} |
|
}
|
|
|