File: _widgets-fixes.scss

package info (click to toggle)
flowblade 2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 53,996 kB
  • sloc: python: 66,963; xml: 2,597; sh: 121; makefile: 38; javascript: 28
file content (24 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#darker-bg-widget {
  background-color: $base_color;
}

#lighter-bg-widget {
  background-color: $bg_color;
}

#accent-fg-widget {
  color: $accent_fg_color;
}

#editor-row-widget {
  background-color: $bg_color;
  padding-left: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
}

#no-pad {
  padding: 0px;
}