Sha256: 4a5517f9dcd7a94ea94a022662fc64b312e090afc3626c7a09e4c22943174bf3
Contents?: true
Size: 1.23 KB
Versions: 4
Compression:
Stored size: 1.23 KB
Contents
/* * This is a manifest file that'll automatically include all the stylesheets available in this directory * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at * the top of the compiled file, but it's generally better to create a new file per style scope. *= require_self *= require 'jquery-ui-1.8.18.custom' */ @import "bootstrap/variables"; // Modify this for custom colors, font-sizes, etc @import "bootstrap/mixins"; // Navbar //$navbarHeight: 40px; //$navbarBackground: #3196B4; //$navbarBackgroundHighlight: #53B8D6; //$navbarLinkBackgroundHover: transparent; //$navbarText: $grayLight; //$navbarLinkColor: $white; //$navbarLinkColorHover: #ffe62f; @import "bootstrap"; // Include responsive Bootstrap styles @import "bootstrap-responsive"; // @import "docs"; //@import "datepicker"; //Inclui os CSS personalizados @import "override"; //CSS para FormtasticBootstrap .hidden { display: none; } //OVERRIDE [class^="icon-"], [class*=" icon-"] { background-image: url("glyphicons-halflings.png"); } .icon-white { background-image: url("glyphicons-halflings-white.png"); } .label_radio{ margin-left:-18px } .form_horizontal fieldset.inputs div{ float:left; margin-right:10px; }
Version data entries
4 entries across 4 versions & 1 rubygems