Sha256: e9d5a4ea9d029092af15b2033eda69d1b7e5ac330c8b64d4765dbe1b6338b24c

Contents?: true

Size: 841 Bytes

Versions: 4

Compression:

Stored size: 841 Bytes

Contents

@import "helpers";
@import "reset";

/* BASE */

* {
  &, &:before, &:after { box-sizing: border-box; }
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  position: relative;
}

body {
  background: $body-bg;
  color: $text-color;
  font-size: $font-size-base;
  font-family: $font-stack;
  line-height: $line-base;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  @if settings('use-font-smooth') {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

// Selection colors
::selection {
  background: $selection-bg;
  color: $selection-color;
  text-shadow: none;
}

::-webkit-selection {
  background: $selection-bg;
  color: $selection-color;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

@import "typography";
@import "media";

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lato_view-1.1.5 app/assets/stylesheets/lato_view/base/_base.scss
lato_view-1.1.4 app/assets/stylesheets/lato_view/base/_base.scss
lato_view-1.1.3 app/assets/stylesheets/lato_view/base/_base.scss
lato_view-1.1 app/assets/stylesheets/lato_view/base/_base.scss