This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -19,7 +19,7 @@
|
||||
* skin style
|
||||
*
|
||||
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
|
||||
* @version 0.1.0.1, Feb 28, 2019
|
||||
* @version 0.1.0.2, Mar 1, 2019
|
||||
*/
|
||||
@import "../../../scss/reset";
|
||||
@import "../../../scss/reset-content";
|
||||
@@ -37,6 +37,12 @@ $gray: #5f5f5f !default;
|
||||
$gray-lighter: #e0e0e0 !default;
|
||||
$gray-lightest: #f7f7f7 !default;
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.body--gray {
|
||||
background-color: $gray-lightest;
|
||||
}
|
||||
|
Reference in New Issue
Block a user