Headless CMS and Content Managment Hub
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.
 
 
 
 
 

69 lines
1.0 KiB

@import '_vars';
@import '_mixins';
:host ::ng-deep {
.color {
line-height: 2.8rem;
}
.col-label {
padding: 0 .5rem;
}
.col-step {
min-width: 10rem;
max-width: 10rem;
padding-left: .5rem;
}
.transition {
& {
margin-top: .25rem;
margin-bottom: .5rem;
line-height: 2.2rem;
}
&-to {
padding: .5rem .75rem;
padding-right: 0;
line-height: 1.2rem;
}
}
}
.step {
& {
margin-bottom: 1.5rem;
}
&-inner {
padding-left: 2.4rem;
}
&-header {
&:hover {
.enabled {
visibility: visible;
}
}
}
}
.btn-initial {
& {
visibility: hidden;
line-height: 1.6rem;
padding-left: 0;
padding-right: 0;
width: 2rem;
text-align: center;
}
&:disabled {
@include opacity(1);
}
&.active {
visibility: visible;
}
}