Sha256: 6e6d96946e416379dfa2915b709668ccd61ead53dbe625f08f23e1a2e3bf8546

Contents?: true

Size: 1.63 KB

Versions: 5

Compression:

Stored size: 1.63 KB

Contents

// THIS FILE IS AUTOGENERATED, DO NOT MODIFY!
//
// To change the contents of this file,
// edit `_sass/pooleparty/_base.pre.scss`
// and run `npm run build:css`.
//
// During development you can run `npm run watch:css`
// to continuosly rebuild this file.

// Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program.  If not, see <http://www.gnu.org/licenses/>.

* {
  box-sizing: border-box; 
//   // -webkit-tap-highlight-color: transparent; 
}


html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: $root-font-size;
  line-height: $root-line-height;
}

body {
  @extend .color-transition;
  color: var(--body-color);
  background-color: var(--body-bg);
  font-weight: var(--font-weight);
  overflow-y: scroll;
}

p {
  @extend .color-transition;
}

// No `:visited` state is required by default (browsers will use `a`)
a {
  text-decoration: none;
}

.lead {
  margin-left: -1rem;
  margin-right: -1rem;
}

.content img, .img,
.content video, .video {
  max-width: 100%;

  &.lead {
    max-width: calc(100% + 2rem);
    width: calc(100% + 2rem);
  }
}



Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
jekyll-theme-hydebetty-1.0.2 _sass/pooleparty/__inline__/_base.scss
jekyll-theme-hydebetty-1.0.1 _sass/pooleparty/__inline__/_base.scss
jekyll-theme-hydejack-8.5.2 _sass/pooleparty/__inline__/_base.scss
jekyll-theme-hydejack-8.5.1 _sass/pooleparty/__inline__/_base.scss
jekyll-theme-hydejack-8.5.0 _sass/pooleparty/__inline__/_base.scss