Sha256: 61655883e04650cef51f8658f6bb6f1d9c8e79d1e340b92da58530a6cd85f2aa

Contents?: true

Size: 1.29 KB

Versions: 1

Compression:

Stored size: 1.29 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;
}


div.lookup div.input input.readonly {
width: 220px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
flexa_lib-0.5.0 vendor/assets/stylesheets/flexa-theme.css.scss