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.
101 lines
1.6 KiB
101 lines
1.6 KiB
:host ::ng-deep {
|
|
.dashed {
|
|
@include placeholder-color($color-theme-secondary);
|
|
border-style: dashed;
|
|
border-width: 1px;
|
|
}
|
|
|
|
.color {
|
|
line-height: 2.8rem;
|
|
}
|
|
|
|
.col-label {
|
|
padding: 0 .5rem;
|
|
}
|
|
|
|
.col-arrow {
|
|
@include force-width(2rem);
|
|
}
|
|
|
|
.col-button {
|
|
@include force-width(3rem);
|
|
}
|
|
|
|
.col-step {
|
|
@include force-width(10rem);
|
|
}
|
|
|
|
.col-roles {
|
|
@include force-width(18rem);
|
|
}
|
|
|
|
.transition {
|
|
& {
|
|
line-height: 2.2rem;
|
|
margin-bottom: .5rem;
|
|
margin-top: .25rem;
|
|
}
|
|
|
|
&-to {
|
|
line-height: 1.2rem;
|
|
padding: .5rem .75rem;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.step {
|
|
& {
|
|
border-bottom: 1px solid $color-border;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
&-inner {
|
|
padding-left: 2.4rem;
|
|
}
|
|
|
|
&-header {
|
|
&:hover {
|
|
.enabled {
|
|
visibility: visible;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.btn-initial {
|
|
& {
|
|
line-height: 1.6rem;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
text-align: center;
|
|
visibility: hidden;
|
|
width: 2rem;
|
|
}
|
|
|
|
&:disabled {
|
|
opacity: 1;
|
|
}
|
|
|
|
&.active {
|
|
visibility: visible;
|
|
}
|
|
}
|
|
|
|
.transition-prevent-updates {
|
|
& {
|
|
margin-bottom: 1rem;
|
|
margin-top: .25rem;
|
|
min-height: 2.5rem;
|
|
}
|
|
|
|
&-to {
|
|
line-height: 1.2rem;
|
|
padding: .5rem .75rem;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
.transition-prevent-updates-checkbox {
|
|
margin-top: .8rem;
|
|
}
|