mirror of https://github.com/abpframework/abp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
377 B
22 lines
377 B
@import "bootstrap-overwrite.scss";
|
|
@import "header.scss";
|
|
@import "footer.scss";
|
|
@import "home.scss";
|
|
@import "docs.scss";
|
|
@media (max-width: 992px) {
|
|
@import "responsive.scss";
|
|
}
|
|
|
|
.vs-blog {
|
|
margin-top: -88px !important;
|
|
}
|
|
|
|
.abp-account-container {
|
|
max-width: 400px;
|
|
margin: 0 auto;
|
|
margin-top: -88px !important;
|
|
}
|
|
|
|
body {
|
|
background-size: cover;
|
|
} |