File: foo.scss

package info (click to toggle)
libplack-middleware-file-sass-perl 0.03-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: perl: 1,560; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$blue: #3bbfce;
$margin: 16px;

.content-navigation {
  border-color: $blue;
  color:
  darken($blue, 9%);
}

.border {
  padding: $margin / 2;
  margin: $margin / 2;
  border-color: $blue;
}