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
767 B
45 lines
767 B
$field-header: #e7ebef;
|
|
|
|
.language {
|
|
&-master {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&-optional {
|
|
color: $color-text-decent;
|
|
}
|
|
}
|
|
|
|
.fallback {
|
|
&-languages {
|
|
@include border-radius;
|
|
background: $color-border;
|
|
border-bottom: 1px solid $color-border;
|
|
border-top: .5rem solid $color-border;
|
|
padding: 0 .5rem;
|
|
}
|
|
|
|
&-language {
|
|
@include border-radius(2px);
|
|
background: $color-dark-foreground;
|
|
border: 0;
|
|
line-height: 2rem;
|
|
margin: 0;
|
|
margin-bottom: .5rem;
|
|
padding: .5rem;
|
|
}
|
|
|
|
&-label {
|
|
margin-top: .4rem;
|
|
}
|
|
|
|
&-form {
|
|
margin-top: .5rem;
|
|
}
|
|
}
|
|
|
|
.table-items-row-details {
|
|
&::before {
|
|
right: 4.55rem;
|
|
}
|
|
}
|