mirror of https://github.com/Squidex/squidex.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.
45 lines
547 B
45 lines
547 B
@import 'mixins';
|
|
@import 'vars';
|
|
|
|
.dropdown-menu {
|
|
max-height: 20rem;
|
|
min-width: auto;
|
|
overflow-x: inherit;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.dropdown-item {
|
|
cursor: pointer;
|
|
|
|
td {
|
|
padding: .25rem 1rem;
|
|
}
|
|
}
|
|
|
|
tr {
|
|
display: inherit !important;
|
|
}
|
|
|
|
.btn-outline-secondary {
|
|
color: $color-text;
|
|
}
|
|
|
|
.missing {
|
|
&:not(.active) {
|
|
td {
|
|
opacity: .6;
|
|
}
|
|
|
|
span {
|
|
opacity: .6;
|
|
}
|
|
}
|
|
}
|
|
|
|
.text-language {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.text-right {
|
|
text-align: right;
|
|
}
|