31 lines
512 B
SCSS
31 lines
512 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;
|
|
}
|
|
}
|
|
|
|
body {
|
|
background: url(/home-fire.jpg) no-repeat center center fixed;
|
|
-webkit-background-size: cover;
|
|
-moz-background-size: cover;
|
|
-o-background-size: cover;
|
|
background-size: cover;
|
|
}
|