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.
34 lines
429 B
34 lines
429 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
.table-items-row-details {
|
|
&::before {
|
|
right: 4.55rem;
|
|
}
|
|
}
|
|
|
|
.workflow {
|
|
&-name {
|
|
@include truncate;
|
|
}
|
|
}
|
|
|
|
.col-form-label {
|
|
min-width: 4rem;
|
|
max-width: 4rem;
|
|
}
|
|
|
|
.col-tags {
|
|
padding: .6rem 1rem;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 2rem;
|
|
margin-left: 2rem;
|
|
}
|
|
|
|
.btn-success {
|
|
margin-bottom: 1rem;
|
|
margin-left: 2rem;
|
|
}
|