summaryrefslogtreecommitdiff
path: root/themes/compact.less
blob: 0a14926a42ad1825eec1d353625fdd21f2e78a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* we can't simply include default.less here because then phpstorm watcher would consider this the only
  master file to generate css for, so it duplicates default.less more or less */

@import "../css/defines.less";
@import "../css/dijit_light.less";
@import "../css/zoom.less";
@import "../lib/flat-ttrss/flat_combined.css";

/* rules specific to compact.css */

body.ttrss_main.ttrss_index.flat {

  #feedTree.dijitTree .dijitTreeLabel {
    font-size : 13px ! important;
  }

  .dijitMenu .dijitMenuItemLabel,
  .content-inner,
  #content-insert,
  .cdm .content,
  .post .content {
    font-size : 12px ! important;
  }

  div[id*=RROW] {
    i.material-icons {
      font-size: 18px;
    }
  }

  .hl,
  .post .header .title,
  #floatingTitle a.title,
  .cdm .title {
    font-size : 13px ! important;
  }


}