Sha256: f61301e66fd3d8e0bf795fb56f7017babd13a80bb159b17dbeb9930309416d37

Contents?: true

Size: 1.33 KB

Versions: 8

Compression:

Stored size: 1.33 KB

Contents

.background-contrast { background: $contrast !important; }
.text-contrast, .contrast { color: $contrast !important; }
.text-error { color: $red !important; }
.text-success { color: $green !important; }
.text-primary { color: $blue !important; }
.text-warning { color: $orange !important; }
.text-info { color: $purple !important; }
.text-muted { color: $muted !important; }
.text-pink { color: $pink !important; }
.text-fb { color: $fb !important; }
.text-white { color: #ffffff !important; }

@for $i from 1 through length($colorsNames) {
  $colorName: nth($colorsNames, $i);
  $color: nth($colors, $i);

  .text-#{$colorName}  { color: $color !important; }
  .#{$colorName}-background { background-color: $color !important; }
  .#{$colorName}-border { border-color: $color !important; }
}

.list-hover {
  li:hover {
    background-color: #f9f9f9;
  }
}

.list-striped {
  li:nth-child(odd) {
    background-color: #f9f9f9;
  }

  &.list-hover {
    li:hover {
      background-color: #f9f9f9;
    }
  }
}

.pager li > a, .pager li > span {
  border-width: 2px;
}

a.dropdown-toggle { outline: none }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-color: transparent;
}

@import "common/buttons";
@import "common/progress";
@import "common/elements";
@import "common/paginations";
@import "common/modals";
@import "common/dropdowns";

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cg_app_base-1.1.1 app/assets/stylesheets/flatty/theme/_common.scss
cg_app_base-1.0.78 app/assets/stylesheets/flatty/theme/_common.scss
cg_app_base-1.0.62 app/assets/stylesheets/flatty/theme/_common.scss
cg_app_base-1.0.56 app/assets/stylesheets/flatty/theme/_common.scss
cg_app_base-1.0.55 app/assets/stylesheets/flatty/theme/_common.scss
cg_app_base-1.0.54 app/assets/stylesheets/flatty/theme/_common.scss
cg_app_base-1.0.52 app/assets/stylesheets/flatty/theme/_common.scss
cg_app_base-1.0.51 app/assets/stylesheets/flatty/theme/_common.scss