mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
14 lines
210 B
SCSS
14 lines
210 B
SCSS
.image {
|
|
max-height: 45vmin;
|
|
width: auto;
|
|
position: absolute;
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
|
|
.image[data-status="inactive"] {
|
|
display: none;
|
|
}
|
|
|
|
.image[data-status="active"] {
|
|
display: block;
|
|
} |