Add README.md

This commit is contained in:
Alex Shpak
2018-09-13 18:07:55 +02:00
parent f4bcc2ecd9
commit e62448627e
6 changed files with 127 additions and 35 deletions
+3 -13
View File
@@ -1,9 +1,8 @@
@import 'variables';
html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
font-family: "Open Sans", "Roboto", sans-serif;
font-weight: 300;
font-family: Roboto, sans-serif;
font-weight: $body-font-weight;
}
.pure-g {
@@ -30,12 +29,11 @@ html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
// font weight only for root sections
> li > .section {
font-weight: 600;
font-weight: 700;
}
}
.pure-menu-link, .pure-menu-heading {
color: $gray-800;
padding: $padding-4 $padding-16;
text-transform: capitalize;
}
@@ -44,12 +42,4 @@ html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
&:hover, &.active {
background: none;
}
&:hover {
color: $gray-600;
}
&.active {
color: $color-link;
}
}