1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/components/auth/oauth/LoginSocialRegisterButtons/styles.module.scss
2022-01-09 19:03:01 +07:00

9 lines
102 B
SCSS

@import "src/styles/variables";
.wrap {
padding: $gap $gap * 2;
button {
width: 100%;
}
}