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.
18 lines
228 B
SCSS
18 lines
228 B
SCSS
4 years ago
|
.tool-modal {
|
||
|
position: fixed;
|
||
|
bottom: 10%;
|
||
|
right: 2rem;
|
||
2 years ago
|
z-index: $zindex-modal;
|
||
4 years ago
|
}
|
||
|
|
||
2 years ago
|
@include media-breakpoint-up(sm) {
|
||
4 years ago
|
.tool-modal {
|
||
|
max-width: 33%;
|
||
|
}
|
||
4 years ago
|
}
|
||
|
|
||
|
.topic-thumbs-modal {
|
||
|
img.media-object {
|
||
|
max-width: 20rem;
|
||
|
}
|
||
4 years ago
|
}
|