Sha256: dc73e6234966cdf399b1866c09c6317ee7ee025d663bb7358a6216f1cc15d3ee
Contents?: true
Size: 837 Bytes
Versions: 25
Compression:
Stored size: 837 Bytes
Contents
// // Responsive: Landscape phone to desktop/tablet // -------------------------------------------------- @media (max-width: 767px) #new_site_client .new_site_client @include grid-core-span(12, $fluidGridColumnWidth, $fluidGridGutterWidth) h1 @extend .hidden-phone @extend .hidden-tablet #error_explanation h2 font-size: 20px #new_application section input &[type="file"], &[type="text"] @include grid-core-span(11, $fluidGridColumnWidth, $fluidGridGutterWidth) margin-left: 2.9% textarea @include grid-core-span(11, $fluidGridColumnWidth, $fluidGridGutterWidth) margin-left: 2.9% // UP TO LANDSCAPE PHONE // --------------------- @media (max-width: 480px)
Version data entries
25 entries across 25 versions & 2 rubygems