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.
20 lines
354 B
20 lines
354 B
:host {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
padding: $panel-padding;
|
|
padding-bottom: 8rem;
|
|
}
|
|
|
|
.field-button {
|
|
@include circle(5.25rem);
|
|
@include box-shadow-outer(0, 8px, 16px, .3);
|
|
@include absolute(auto, 6rem, 1rem, auto);
|
|
|
|
&-icon {
|
|
font-weight: bold;
|
|
}
|
|
|
|
&-text {
|
|
font-size: $font-small;
|
|
}
|
|
}
|