Sha256: 6638a04aabf7b01e232eafa479a9d9a6afe38b7cad8007ede7b62064e2b6b9b8

Contents?: true

Size: 914 Bytes

Versions: 3

Compression:

Stored size: 914 Bytes

Contents

html, body {
    background-color: $body_background_color;
}
* {
    margin: 0;
    padding :0;
    border: 0;
    outline: 0;

    font-size: 100%;
	line-height: 1;

    vertical-align: baseline;

    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;

    -webkit-tap-highlight-color: rgba(0,0,0,0);

    -webkit-user-select: none;
    -webkit-user-modify: read-only;
    -webkit-touch-callout: none;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-size: $default_font_size;
    color: $default_color;
    margin: 0 auto;
}
body.ios {
    font-family: helvetica, sans-serif;
    text-rendering: optimizeLegibility;
}
body.android {
    font-family: sans-serif;
}
ol,ul {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
  text-decoration: none;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
sports_db-0.2.3 app/assets/stylesheets/_base.css.scss
sports_db-0.2.2 app/assets/stylesheets/_base.css.scss
sports_db-0.2.1 app/assets/stylesheets/_base.css.scss