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.
57 lines
822 B
57 lines
822 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
.btn-publishing {
|
|
&.disabled,
|
|
&:disabled {
|
|
@include opacity(1);
|
|
}
|
|
}
|
|
|
|
.btn-group-sm {
|
|
margin-top: .25rem;
|
|
}
|
|
|
|
.btn-sm {
|
|
margin-top: .25rem;
|
|
}
|
|
|
|
.btn-success {
|
|
margin: 0;
|
|
}
|
|
|
|
.schemas {
|
|
padding-bottom: 7rem;
|
|
}
|
|
|
|
.schema {
|
|
&-edit {
|
|
color: $color-border-dark;
|
|
font-size: .9rem;
|
|
font-weight: normal;
|
|
padding: .6rem .25rem;
|
|
border: 0;
|
|
background: transparent;
|
|
vertical-align: baseline;
|
|
}
|
|
}
|
|
|
|
.field-icon {
|
|
color: $color-border-dark;
|
|
}
|
|
|
|
.field-button {
|
|
& {
|
|
@include circle(5.25rem);
|
|
@include box-shadow(0, 8px, 16px, .3);
|
|
@include absolute(auto, 6rem, 1rem, auto);
|
|
}
|
|
|
|
&-icon {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&-text {
|
|
font-size: .9rem;
|
|
}
|
|
}
|