todos-contra-el-fuego-web/imports/ui/layouts/App/App.scss
cleverbeagle 75b470907b - Add support for email verification.
- Clean up formatting of accounts email templates.
2017-08-01 10:11:58 -05:00

23 lines
317 B
SCSS

@import '../../stylesheets/colors';
.App > .container {
margin-bottom: 20px;
}
.App .verify-email {
margin-bottom: 0;
padding: 0;
border-top: none;
border-bottom: 1px solid #e7e7e7;
background: #fff;
color: $gray-dark;
border-radius: 0;
p {
padding: 19px;
}
.btn {
padding: 0;
}
}