mixins.less 267 B

123456789101112
  1. // Gradient Bar Colors for buttons and alerts
  2. .gradientBar(@primaryColor, @secondaryColor, @textColor: #fff, @textShadow: 0 -1px 0 rgba(0,0,0,.25)) {
  3. border-color: rgba(0,0,0,.1);
  4. }
  5. .no-background {
  6. background-image: none;
  7. background-repeat: no-repeat;
  8. }