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.
66 lines
959 B
66 lines
959 B
.table-items-row {
|
|
border-left-width: 4px;
|
|
position: relative;
|
|
}
|
|
|
|
.languages {
|
|
&-container {
|
|
position: relative;
|
|
}
|
|
|
|
&-buttons {
|
|
@include absolute(-.5rem, 2rem);
|
|
z-index: 1000;
|
|
}
|
|
|
|
&-buttons-compare {
|
|
@include absolute(-.5rem, 0);
|
|
z-index: 1000;
|
|
}
|
|
}
|
|
|
|
.col-6 {
|
|
& {
|
|
padding-right: .5rem;
|
|
}
|
|
|
|
&.col-right {
|
|
padding-left: .5rem;
|
|
}
|
|
}
|
|
|
|
.field {
|
|
&-required {
|
|
color: $color-theme-error;
|
|
}
|
|
|
|
&-invalid {
|
|
border-left-color: $color-theme-error;
|
|
}
|
|
|
|
&-disabled {
|
|
color: $color-border-dark;
|
|
}
|
|
|
|
&-copy {
|
|
@include absolute($t: 1rem, $l: -1rem);
|
|
z-index: 1000;
|
|
}
|
|
}
|
|
|
|
.compare {
|
|
border: 0;
|
|
border-bottom: 1px solid $color-border;
|
|
padding-bottom: .25rem;
|
|
padding-top: .5rem;
|
|
}
|
|
|
|
:host {
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
|
|
.compare {
|
|
border: 0;
|
|
}
|
|
}
|
|
}
|