Sha256: c63179c7075054a65e562431f0ab2fc0caca5c55c4540e5414e9fc0ecca0827d
Contents?: true
Size: 636 Bytes
Versions: 17
Compression:
Stored size: 636 Bytes
Contents
#nav { padding: 2px 0; background-color: $button-background-color; .button { padding-left: 10px; padding-right: 10px; @include box-shadow(0); } } .content { margin-top: 0 !important; } #main_container { @include box-shadow($shadow-radius); @include corners-all($corner-radius); background-color: $content-background-color; border: 2px solid silver; margin-top: 0px; position: relative; top: -45px; .content { @include box-shadow(0); @include corners-all(0); background-color: transparent; } #nav { @include corners-top($corner-radius - 2px); @include box-shadow(0); } }
Version data entries
17 entries across 17 versions & 1 rubygems