// Global page styles // // [2] Ensure the page always fills at least the entire height of the viewport. // [3] Prevent iOS text size adjust after orientation change, without disabling user zoom // [4] Fonts on OSX will look more consistent with other systems that do not // render text using sub-pixel anti-aliasing. /* html, body { -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; min-height: 100%; // [2] -webkit-text-size-adjust: 100%; // [3] -ms-text-size-adjust: 100%; // [3] -webkit-font-smoothing: antialiased; // [4] -moz-osx-font-smoothing: grayscale; // [4] } */ .text-ellipsis { .text-ellipsis; } md-small, .md-small { font-family: @font-family; font-size: 13px; font-weight: 400; color: @foreground-2; } /************ * Headings ************/ .md-h2 { font-family: @font-family; font-weight: 500; font-size: 20px; line-height: 32px; color: @foreground-1; margin-top: 16px; margin-bottom: 16px; small { font-size: 13px; line-height: 20px; display: block; } > .md-icon-button { margin-left: -8px; } > .link-notificacion { margin-left: 10px; vertical-align: middle; } } .md-h3 { font-family: @font-family; font-weight: 500; font-size: 14px; line-height: 22px; color: @foreground-1; margin-top: 10px; margin-bottom: 20px; text-transform: uppercase; small { font-size: 13px; line-height: 20px; display: block; text-transform: none; } } .md-display-4 { font-family: @font-family; font-size: @display-4-font-size-base; font-weight: 300; letter-spacing: -0.010em; line-height: @display-4-font-size-base; } .md-display-3 { font-family: @font-family; font-size: @display-3-font-size-base; font-weight: 400; letter-spacing: -0.005em; line-height: @display-3-font-size-base; } .md-display-2 { font-family: @font-family; font-size: @display-2-font-size-base; font-weight: 400; line-height: @font-size * 6.4; } .md-display-1 { font-family: @font-family; font-size: @display-1-font-size-base; font-weight: 400; line-height: @font-size * 4; } .md-headline { font-family: @font-family; font-size: @headline-font-size-base; font-weight: 400; line-height: @font-size * 3.2; } .md-title { .md-title(); } .md-subhead { .md-subhead(); } /************ * Body Copy ************/ .md-body-1 { .md-body-1(); } .md-body-2 { .md-body-2(); } .md-caption { font-size: @caption-font-size-base; letter-spacing: 0.020em; } .md-button { letter-spacing: 0.010em; }