File: properties-vendor.less

package info (click to toggle)
python-lesscpy 0.13.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,436 kB
  • sloc: python: 3,572; sh: 20; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 372 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
div.vendor {
	-moz-transform: translate(0, 11em) rotate(-90deg);
	-webkit-animation: anim2 7s infinite ease-in-out;
}
div.long {
	-moz-box-shadow: 0pt 0pt 2px rgba(255, 255, 255, 0.4) inset,
    				 0pt 4px 6px rgba(255, 255, 255, 0.4) inset;
}
div.styles {
	display: -moz-inline-stack;
	background: -webkit-gradient(linear, left top, left bottom, from(red), to(blue));
}