Sha256: 2f004c72bab4ffc81952a04e8e98babd3bbf2dddc8fccfdca0f7c3491239db0f
Contents?: true
Size: 1.42 KB
Versions: 1
Compression:
Stored size: 1.42 KB
Contents
@import "twitter/bootstrap/bootstrap"; @import "twitter/bootstrap/responsive"; /*Bootswatch Cosmo Theme*/ @import 'vision/cosmo_theme/variables.css.less'; @import 'vision/cosmo_theme/bootswatch.css.less'; //@import 'vision/cosmo_theme/bootstrap.css'; // Set the correct sprite paths @iconSpritePath: asset-path("twitter/bootstrap/glyphicons-halflings.png"); @iconWhiteSpritePath: asset-path("twitter/bootstrap/glyphicons-halflings-white.png"); // Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines) // Note: If you use asset_path() here, your compiled boostrap_and_overrides.css will not // have the proper paths. So for now we use the absolute path. @fontAwesomeEotPath: asset-path("fontawesome-webfont.eot"); @fontAwesomeEotPath_iefix: asset-path("fontawesome-webfont.eot"); @fontAwesomeWoffPath: asset-path("fontawesome-webfont.woff"); @fontAwesomeTtfPath: asset-path("fontawesome-webfont.ttf"); @fontAwesomeSvgPath: asset-path("fontawesome-webfont.svg"); // Font Awesome @import "fontawesome"; body { padding-top: 60px; } .redactor_box{ .input-xxlarge(); } .simple-navigation-active-leaf .active{ text-decoration: underline;} .nav ul{ list-style: none;} select.date{ width: 100px;} textarea{height: 100px;} .alert.alert-informer{background: #ccc;} .datetime.input-xxlarge{ width: 80px;} a.link-no-decoration{ &, &:hover, &:active{text-decoration: none} &.current{color: @orange;} }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vision-0.0.2 | app/assets/stylesheets/vision/bootstrap_and_overrides.css.less |