Headless CMS and Content Managment Hub
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
374 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: .9rem;
}
}