Sha256: 0b4825043c0a8b6cabd29fff2c3f9c6f65b8f9dd0d64a9b5acaeb70084eb702c
Contents?: true
Size: 1.76 KB
Versions: 2
Compression:
Stored size: 1.76 KB
Contents
@media screen and (max-width:640px){ .dashboard-nav{ margin-top: 0; } } @media screen and (max-width: $small-breakpoint){ .site-header{ margin-bottom: $base-margin*4; img{ padding-left: $base-padding*4; } } .page-steps h3{ color: $slate; font-style: italic; font-size: $base-font-size; margin: $base-margin*2 0 0; text-align: right; } input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{ margin: 0 0 0.5em 0; margin: 0 0 0.5rem 0; } label.inline{ margin: 0; } .checkbox-label{ width: 84%; } h4{ margin-top: $base-margin*6; } .membership-card-radio, .membership-card-radio-plus-primary, .membership-card-label{ width: 100%; margin-left: 0; margin-right: 0; } .cart-totals{ text-align: left; } footer{ margin-top: $base-margin*4; } %white-trans{ background-color: rgba(255,255,255,0.8); } %inputs-thirds{ max-width: 100%; float: none; margin: $base-margin*2 0; } .credit-card-year{ margin-left: 0; } .outer-quicklink-box:first-child:nth-last-child(4), .outer-quicklink-box:first-child:nth-last-child(4) ~ div, .outer-quicklink-box:first-child:nth-last-child(3), .outer-quicklink-box:first-child:nth-last-child(3) ~ div, .outer-quicklink-box:first-child:nth-last-child(3) ~ li, .outer-quicklink-box:first-child:nth-last-child(1){ width: 48.5%; margin-top: 1.5%; } .hour, .minute{ margin: $base-margin*2 0; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ama_layout-2.3.4 | app/assets/stylesheets/ama_layout/media_queries/mobile.scss |
ama_layout-2.3.3 | app/assets/stylesheets/ama_layout/media_queries/mobile.scss |