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.
22 lines
335 B
22 lines
335 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
.fields {
|
|
padding: $panel-padding;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|