Sha256: cfc196a3556e1115b868cb429956186b0a0b3467cdab7f59a3824b6d9c00a430
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 KB
Contents
// This is the first gem scss file to be included, // so this is hacky... but include defaults here // so that apps don't crash $flat: false !default; 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; font-family: $default_font; margin: 0 auto; color: $default_color; } #app_wrapper { position: relative; } #view_wrapper, #footer { position: relative; padding: 5px; } #html_params { display: none; } 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; } // From 960gs .clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } h1,h2,h3,h4,h5,h6,p,div,li,td,th,select { color: $default_color; } tr[href] { cursor: pointer; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sports_db-0.2.10 | app/assets/stylesheets/_base.css.scss |