mirror of https://github.com/interlegis/sigi.git
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.
25 lines
389 B
25 lines
389 B
.sigi-object-tools {
|
|
background-color: var(--object-tools-bg);
|
|
}
|
|
|
|
.sigi-object-tools>ul {
|
|
display: flex;
|
|
padding: 5px 15px;
|
|
}
|
|
|
|
.sigi-object-tools>ul>li {
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.sigi-object-tools>ul>li>a {
|
|
color: var(--object-tools-fg);
|
|
border-color: var(--object-tools-fg);
|
|
}
|
|
|
|
.input-field>label {
|
|
position: relative;
|
|
}
|
|
|
|
.readonly-label {
|
|
height: unset;
|
|
}
|