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