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.
26 lines
462 B
26 lines
462 B
:host ::ng-deep {
|
|
.modal-body {
|
|
background: $color-background;
|
|
}
|
|
|
|
.modal-tabs {
|
|
background: $color-dark-foreground;
|
|
}
|
|
}
|
|
|
|
.col-selector {
|
|
position: relative;
|
|
|
|
.form-control {
|
|
@include absolute(-.125rem, auto, auto, 0);
|
|
@include force-width(300px);
|
|
color: $color-dark-foreground;
|
|
}
|
|
}
|
|
|
|
.table-container {
|
|
display: inline-block;
|
|
min-width: 100%;
|
|
padding: 0;
|
|
padding-right: 1.5rem;
|
|
}
|