aboutsummaryrefslogtreecommitdiffstats
path: root/_sass
diff options
context:
space:
mode:
authornorrinorri <noora.vanttine@gmail.com>2017-05-27 15:59:46 +0300
committernorrinorri <noora.vanttine@gmail.com>2017-05-27 15:59:46 +0300
commit5ca3563cd0bcd27789b156e5e3dfc157a256d0d8 (patch)
tree537f81921f7ac30745a93c5d4ce0364cc57b7ea7 /_sass
parent1cee24fe2365b4a41fe6735446c8066be559f019 (diff)
fixed style and added static pictures
Diffstat (limited to '_sass')
-rw-r--r--_sass/_gt-theme.scss40
-rw-r--r--_sass/_layout.scss6
2 files changed, 17 insertions, 29 deletions
diff --git a/_sass/_gt-theme.scss b/_sass/_gt-theme.scss
index 4a2b383..4b3c8ad 100644
--- a/_sass/_gt-theme.scss
+++ b/_sass/_gt-theme.scss
@@ -1,6 +1,7 @@
+
body {
font-family: $font-sans;
- background-color: $grey-color-light;
+ background-color: $white-color;
}
.teaser {
@@ -36,15 +37,14 @@ body {
}
.site-footer {
- background: $grey-color-dark;
- border-top: 5px solid $brand-color;
+ background: $grey-color-light;
padding: $spacing-unit;
- color: $background-color;
+ color: black;
.footer-col {
- color: $background-color;
+ color: black;
}
h2 {
- font-family: 'Fjalla One';
+ font-family: 'Sintony', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 1.3em;
@@ -52,26 +52,21 @@ body {
}
.header__navigation {
- border-top: 3px solid $brand-color;
+
margin-top: $spacing-unit / 4;
overflow: hidden;
ul {
overflow: hidden;
- background: $white-color;
+ background: $grey-color-light;
margin: 0;
padding: $spacing-unit /2 0;
}
text-align: center;
.navigation__item {
display: inline-block;
- padding: 0 20px;
- @include breakpoint(tablet) {
- padding: 0;
- display: block;
- float: left;
- width: 20%;
- }
- font-size: 1.2em;
+ padding: 0 10px;
+
+ font-size: 1.0em;
}
a, a:visited, a:hover {
color: $text-color;
@@ -79,23 +74,20 @@ body {
}
.header__title {
- padding-top: $spacing-unit;
- padding-bottom: $spacing-unit;
+ padding-top: $spacing-unit/2;
+ padding-bottom: $spacing-unit/2;
+ background-color: #730099;
h1 {
- margin: 0 auto;
- max-width: 200px;
text-align: center;
//border-bottom: 1px solid;
//border-top: 1px solid;
-
}
}
.site-title {
- font-family: 'Fjalla One';
+ font-family: 'Sintony', sans-serif;
letter-spacing: 1px;
- font-size: 1.5em;
- text-transform: uppercase;
+ font-size: 1.0em;
}
.header__logo {
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
index 590495d..883cfa5 100644
--- a/_sass/_layout.scss
+++ b/_sass/_layout.scss
@@ -3,14 +3,10 @@
*/
.site-title {
- font-size: 26px;
- font-weight: 300;
- line-height: 56px;
- margin: 0;
&,
&:visited,
&:hover {
- color: $text-color;
+ color: $site-title-color;
text-decoration: none;
}
}