mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-06-01 10:06:17 +00:00
14 lines
213 B
SCSS
14 lines
213 B
SCSS
@import '../../utils/mixins/horizontal-align';
|
|
|
|
.preview-modal__img {
|
|
max-width: 100%;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.preview-modal__loader {
|
|
@include horizontal-align();
|
|
z-index: 1;
|
|
top: 1rem;
|
|
}
|