Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2019-07-26 15:03:57 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-07-26 15:03:57 +0300
commita133ef780045a61dadb3eb993de2987790eac655 (patch)
tree5e204cada6dfe97489fc05feb45083371115f6c2 /assets
parentc5898293259cafab8594831f9848da9c3daa0fe0 (diff)
Organize theme separation
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_layout.scss40
1 files changed, 19 insertions, 21 deletions
diff --git a/assets/sass/_layout.scss b/assets/sass/_layout.scss
index 1943852..331ecc2 100644
--- a/assets/sass/_layout.scss
+++ b/assets/sass/_layout.scss
@@ -1,4 +1,4 @@
-header, nav, main, article, footer {
+.container {
margin: 0 auto;
width: 730px;
@@ -7,22 +7,22 @@ header, nav, main, article, footer {
}
}
-header {
- .language-selector {
- text-align: right;
- margin: 0 4rem;
+.language-selector {
+ text-align: right;
+ margin: 0 4rem;
- .language-item {
- display: inline-block;
- background-color: $theme-color;
- padding: 2rem 10rem 5rem 10rem;
- border-bottom-left-radius: 8rem;
- border-bottom-right-radius: 8rem;
- font-weight: 800;
- color: #ffffff;
- }
+ .language-item {
+ display: inline-block;
+ background-color: $theme-color;
+ padding: 2rem 10rem 5rem 10rem;
+ border-bottom-left-radius: 8rem;
+ border-bottom-right-radius: 8rem;
+ font-weight: 800;
+ color: #ffffff;
}
+}
+.header-group {
.header-logo-container {
margin: 50rem auto 25rem;
width: 120rem;
@@ -44,7 +44,7 @@ header {
}
}
-nav {
+.site-navigation {
text-align: center;
padding: 8rem 0;
@@ -58,10 +58,8 @@ nav {
}
}
-main {
- .site-description {
- text-align: center;
- margin: 80rem 0;
- font-size: 16rem;
- }
+.site-description {
+ text-align: center;
+ margin: 80rem 0;
+ font-size: 16rem;
}