mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 12:09:29 -07:00
setup style
This commit is contained in:
13
assets/css/_partial/_image.scss
Normal file
13
assets/css/_partial/_image.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
.image {
|
||||
width: 40vmin;
|
||||
position: absolute;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.image[data-status="inactive"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.image[data-status="active"] {
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user