Sha256: 638aa9dba1b6a07cce705a0f55434aaa2cba9181efaa01511c6f828b87e67b2b

Contents?: true

Size: 1.62 KB

Versions: 12

Compression:

Stored size: 1.62 KB

Contents

@import "twitter/bootstrap/bootstrap";

// Set the correct sprite paths
@iconSpritePath: image-url("twitter/bootstrap/glyphicons-halflings.png");
@iconWhiteSpritePath: image-url("twitter/bootstrap/glyphicons-halflings-white.png");

// Set the Font Awesome (Font Awesome is default. You can disable by commenting below lines)
@fontAwesomeEotPath: font-url("fontawesome-webfont.eot");
@fontAwesomeEotPath_iefix: font-url("fontawesome-webfont.eot?#iefix");
@fontAwesomeWoffPath: font-url("fontawesome-webfont.woff");
@fontAwesomeTtfPath: font-url("fontawesome-webfont.ttf");
@fontAwesomeSvgPath: font-url("fontawesome-webfont.svg#fontawesomeregular");

// Font Awesome
@import "font-awesome.css";

/* Override Bootstrap 3 font locations */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: image-url('glyphicons-halflings-regular.eot');
  src: image-url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  image-url('glyphicons-halflings-regular.woff') format('woff'),
  image-url('glyphicons-halflings-regular.ttf') format('truetype'),
  image-url('glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

// Glyphicons
//@import "twitter/bootstrap/glyphicons.less";

// Your custom LESS stylesheets goes here
//
// Since bootstrap was imported above you have access to its mixins which
// you may use and inherit here
//
// If you'd like to override bootstrap's own variables, you can do so here as well
// See http://twitter.github.com/bootstrap/customize.html#variables for their names and documentation
//
// Example:
// @link-color: #ff0000;

// popover max width
.popover {
  max-width: 350px;
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
kaui-2.1.0 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-2.0.4 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-2.0.3 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-2.0.2 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-2.0.1 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-2.0.0 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-1.4.1 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-1.4.0 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-1.3.0 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-1.2.0 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-1.1.0 app/assets/stylesheets/bootstrap_and_overrides.css.less
kaui-1.0.0 app/assets/stylesheets/bootstrap_and_overrides.css.less