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.
38 lines
590 B
38 lines
590 B
:host ::ng-deep {
|
|
.ui-separator {
|
|
border-color: $color-border !important;
|
|
font-size: 1.2rem;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
.card {
|
|
border: 1px solid $color-border;
|
|
border-left-width: 4px;
|
|
position: static;
|
|
|
|
&-header {
|
|
line-height: 2.2rem;
|
|
}
|
|
|
|
.header-index {
|
|
@include force-width(3rem);
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.col {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.btn-text-secondary {
|
|
padding: .375rem;
|
|
}
|
|
|
|
.invalid {
|
|
border-left-color: $color-theme-error;
|
|
}
|
|
|
|
.remove {
|
|
@include absolute(.5rem, .5rem, auto, auto);
|
|
}
|