mirror of
https://github.com/rio-labs/rio.git
synced 2026-05-03 17:39:10 -05:00
19 lines
312 B
SCSS
19 lines
312 B
SCSS
@import "../utils";
|
|
|
|
.rio-image {
|
|
pointer-events: none;
|
|
|
|
@include center-content; // Required for the error icon
|
|
|
|
img {
|
|
pointer-events: auto;
|
|
@include kill-size-request-with-absolute();
|
|
}
|
|
|
|
// Error icon
|
|
svg {
|
|
pointer-events: auto;
|
|
max-width: 3rem;
|
|
}
|
|
}
|