mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
11 lines
142 B
SCSS
11 lines
142 B
SCSS
.wrap {
|
|
height: 200px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
svg {
|
|
fill: white;
|
|
opacity: 0.5;
|
|
}
|
|
}
|