mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
9 lines
102 B
SCSS
9 lines
102 B
SCSS
@import "src/styles/variables";
|
|
|
|
.wrap {
|
|
padding: $gap $gap * 2;
|
|
|
|
button {
|
|
width: 100%;
|
|
}
|
|
}
|