aboutsummaryrefslogtreecommitdiff
blob: 8878ed3084d9335bd6c16661422eae61d325bea4 (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
.site-title {
  #gradient > .vertical(@start-color: darken(@gentoo-purple-grey, 10%); @end-color: @gentoo-purple-grey; @end-percent: 20%);
  background-color: @gray-lighter;
}

.site-label {
  .label;
  background-color: @gentoo-purple;
  color: white;
}

.site-label-svg-fix {
  vertical-align: 225%;
}

.site-title-buttons {
  margin-top: 1em;
  margin-right: 1em;
  .pull-right;
  .hidden-xs;
}

.site-title-button-group {
  .btn-group;
}

.site-title-button-group > .btn { &:extend(.btn-sm); }

.get-gentoo {
  .btn;
  .btn-primary;
  color: white !important;
}

.gentoo-org-sites {
  .btn;
  .btn-default;
  color: black !important;
}

.logo {
  display: inline-block;
}

.site-logo {
  display: inline-block;

  object {
    pointer-events: none;
  }
}

body {
  border-top: 1px solid @gentoo-purple;
}

.tyrian-navbar {
  .navbar;
  .navbar-default;
  .navbar-static-top;
  .clearfix;
}