Sha256: 09ef576566dbed236cac4ae325d968901cf5a0038692b51901a2cbbdd73ab505
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
/* Colors, base.css */ $bg: #ddd; /* Background color (if not in web-app mode) */ $text: #333; $link: #0090d5; $hover: #17639b; /* Pastels, plugins.css */ $bggreen: #e3fde4; $bgblue: #bcf; $bgyellow: #ffc; $bgred: #f99; /* Column background colors, layout.css */ $maincolbg: #fff; $leftcolbg: #f6f6f6; $rightcolbg: #fafafa; .branding { padding:5px 0; background:#eee; .logo { float: left; margin-left:2%; img { display:block; height: 40px; } } .user { float:right; margin:10px 2% 0; a { } .user-name { } .user-logout { } } } .main_nav { padding:5px 0; background:#eee; .search { margin-right:10px; } .home { margin-left:10px; } a { display:inline-block; zoom:1;*display:inline; padding:0.2em 0.5em; background:#ccc; @include border-radius(0.3em); &:hover { background:#ddd; } &.active { @include box-shadow(inset 0 1px 2px rgba(0,0,0,0.5)); } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
speedo-0.2.5 | app/assets/stylesheets/speedo/theme.css.scss |