File: background-variant.less

package info (click to toggle)
twitter-bootstrap3 3.4.1%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,712 kB
  • sloc: javascript: 27,395; makefile: 88; ruby: 31
file content (9 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
// Contextual backgrounds

.bg-variant(@color) {
  background-color: @color;
  a&:hover,
  a&:focus {
    background-color: darken(@color, 10%);
  }
}