You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
340 B
SCSS
23 lines
340 B
SCSS
.tool-modal {
|
|
position: fixed;
|
|
bottom: 10%;
|
|
right: 2rem;
|
|
z-index: $zindex-modal;
|
|
[component="category-selector-selected"] span {
|
|
display: inline-flex!important;
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-down(md) {
|
|
.tool-modal {
|
|
margin: 0 $spacer;
|
|
right: 0;
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-up(md) {
|
|
.tool-modal {
|
|
max-width: 400px;
|
|
}
|
|
}
|