diff options
Diffstat (limited to 'sass/parts')
-rw-r--r-- | sass/parts/_footer.scss | 3 | ||||
-rw-r--r-- | sass/parts/_header.scss | 1 | ||||
-rw-r--r-- | sass/parts/_index.scss | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss index 6d47846..86d84a8 100644 --- a/sass/parts/_footer.scss +++ b/sass/parts/_footer.scss @@ -1,4 +1,5 @@ -footer{ +#footer{ + background: $color-footer; padding: 15px 0; border-top: 1px solid $color-gray05; text-align: center; diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 42f46d3..783c6a3 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -1,6 +1,7 @@ $header-height: 30px; #header{ + background: $color-header; height: $header-height; padding: 30px 0; border-bottom: 1px solid $color-gray04; diff --git a/sass/parts/_index.scss b/sass/parts/_index.scss index 833bf02..b79ce41 100644 --- a/sass/parts/_index.scss +++ b/sass/parts/_index.scss @@ -1,4 +1,5 @@ #pagenavi{ + background: $color-index; padding: 20px 0; height: 20px; line-height: 20px; @@ -40,4 +41,4 @@ display: none; } } -}
\ No newline at end of file +} |