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.
35 lines
408 B
35 lines
408 B
@import 'mixins';
|
|
@import 'vars';
|
|
|
|
.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;
|
|
}
|