aboutsummaryrefslogtreecommitdiff
path: root/assets/_variables.scss
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-26 00:12:56 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-26 00:12:56 +0200
commitcce17bcc99be389dce5bfbadfabaacf132c3f8f7 (patch)
tree71cfa0cc6451ab321f0884fc4e7ef0ad189259cc /assets/_variables.scss
parentb6d7a1050fe273869646242304899f0a0f1483b2 (diff)
Remove purecss dependency and replace with flexbox
Diffstat (limited to 'assets/_variables.scss')
-rw-r--r--assets/_variables.scss29
1 files changed, 2 insertions, 27 deletions
diff --git a/assets/_variables.scss b/assets/_variables.scss
index b4ed939..40630fc 100644
--- a/assets/_variables.scss
+++ b/assets/_variables.scss
@@ -9,7 +9,7 @@ $font-size-14: .875rem;
$font-size-16: 1rem;
// Grayscale
-$white: #fff;
+$white: #ffffff;
$gray-100: #f8f9fa;
$gray-200: #e9ecef;
$gray-300: #dee2e6;
@@ -36,30 +36,5 @@ $header-height: 3.5rem;
$nav-menu-width: 16rem;
$toc-menu-width: 14rem;
-$content-max-width: 64rem;
+$content-max-width: 80rem;
$content-min-width: $body-min-width;
-
-
-// Mixins
-@mixin shadow {
- box-shadow: 0 0 $padding-8 rgba(0,0,0,0.1);
-}
-
-@mixin ul {
- ul {
- list-style: none;
- padding-left: $padding-16;
-
- li {
- line-height: $padding-16;
-
- a {
- display: block;
- }
-
- img {
- height: $padding-16;
- }
- }
- }
-} \ No newline at end of file