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.
25 lines
311 B
25 lines
311 B
.dropdown-menu {
|
|
max-height: 20rem;
|
|
overflow-x: inherit;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.dropdown-item {
|
|
cursor: pointer;
|
|
|
|
td {
|
|
padding: .25rem 1rem;
|
|
}
|
|
}
|
|
|
|
tr {
|
|
display: inherit !important;
|
|
}
|
|
|
|
.btn-outline-secondary {
|
|
color: $color-text;
|
|
}
|
|
|
|
.iso-code {
|
|
font-family: monospace;
|
|
}
|