Sha256: 9c9f4d9c15c3be414ee201a0f414d762ed1b1e9a1b7e065e8c18fd25d0333411
Contents?: true
Size: 783 Bytes
Versions: 3
Compression:
Stored size: 783 Bytes
Contents
#main_content_wrapper { float: left; width: 100%; @include clear-fix(); } #active_admin_content.with_sidebar #main_content_wrapper { width: 100%; @media screen and (min-width: $sm-width) { #main_content { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } } @media screen and (min-width: $lg-width) { #main_content { margin-right: 20px; } } @media screen and (min-width: $lg-width) { #main_content { margin-right: 20px; } } } #main_content { background-color: #fff; box-shadow: 0 0 4px 0 rgba(0,0,0,.04); padding: 15px 10px; @media screen and (max-width: 576px) { overflow-x: scroll; } @media screen and (min-width: $lg-width) { padding: 20px; border-radius: 3px; } }
Version data entries
3 entries across 3 versions & 1 rubygems