File: dynamicplaylistcontrols.css

package info (click to toggle)
strawberry 1.2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,416 kB
  • sloc: cpp: 105,282; sql: 1,949; ansic: 776; xml: 421; sh: 388; makefile: 7
file content (13 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#container {
  background: %background;
  border-radius: 10px;
  border: 1px solid rgba(200, 200, 200, 75%);
}

#label1 {
  font-weight: bold;
}

#label2 {
  font-size: 7.5pt;
}