mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
8 lines
141 B
SCSS
8 lines
141 B
SCSS
@import "src/styles/variables";
|
|
|
|
.wrap {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
justify-content: flex-start;
|
|
padding: 0 $gap / 2;
|
|
}
|