aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style/style.scss
blob: 2db14100bb19d2775e910f28530724f7d54dacdc (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
@import "./syntax";

$primary: #C93312;
$warning-invert: #FFFFFF;
$family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif, 'Font Awesome 5 Free', 'Font Awesome 5 Brands' !default;
@import "../node_modules/bulma/sass/utilities/_all";
@import "../node_modules/bulma/sass/base/_all";
@import "../node_modules/bulma/sass/grid/_all";
@import "../node_modules/bulma/sass/elements/_all";
@import "../node_modules/bulma/sass/components/_all";
@import "../node_modules/bulma/sass/layout/_all";

.sidebody {
  overflow-x: hidden;
  overflow-y: scroll;
}

.example {
  .highlight {
    margin: 0;
  }
  .path {
    font-style: italic;
    width: 100%;
    text-align: right;
  }
  margin-bottom: 1em;
}

.sidebar {
  background-color: #F1F1F1;
  .version {
    padding: 1em;
  }
  .brand {
    background-color: #303030;
    color: #c0c0c0;
    padding: 1em;
    top: 0;
  }
  .menu {
    padding: 1em;
  }
}

.mainbody {
  padding: 3em;
}

code {
  color: #1a9f1a;
  font-size: 0.875em;
  font-weight: normal;
}

.content {
  h2 {
    padding-top: 1em;
    border-top: 1px solid #c0c0c0;
  }
}

figure.has-border img {
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
}