summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/@scss/bazarr.scss
blob: 0c606d03202ca95d743e13ace29c750ffd201fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Override bootstrap primary color
$theme-colors: (
  "primary": #911f93,
  "dark": #4f566f,
);

body {
  font-family: "Roboto", "open sans", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif !important;
  font-weight: 300 !important;
}

// Reduce padding of cells in datatables
.table td,
.table th {
  padding: 0.4rem !important;
}

.progress-bar {
  cursor: default;
}