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