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.
32 lines
373 B
32 lines
373 B
.table-items-row-details {
|
|
&::before {
|
|
right: 4.55rem;
|
|
}
|
|
}
|
|
|
|
.workflow {
|
|
&-name {
|
|
@include truncate;
|
|
}
|
|
}
|
|
|
|
.col-form-label {
|
|
@include force-width(4rem);
|
|
}
|
|
|
|
.col-tags {
|
|
padding: .375rem 1rem 0;
|
|
}
|
|
|
|
.col-options {
|
|
width: 8rem;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 2rem;
|
|
margin-left: 2rem;
|
|
}
|
|
|
|
.btn-success {
|
|
margin-left: 2rem;
|
|
}
|