~corey.bryant/horizon/2015.1.0

« back to all changes in this revision

Viewing changes to debian/theme/ubuntu/_styles.scss

  • Committer: james.page at ubuntu
  • Date: 2015-04-14 12:36:38 UTC
  • Revision ID: james.page@ubuntu.com-20150414123638-yo3e8wogykux8cub
Update Ubuntu theme for OpenStack Kilo (LP: #xxxxxxx). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body,
 
2
.page-header {
 
3
        font-family: Ubuntu, Arial, "libra sans", sans-serif;
 
4
}
 
5
 
 
6
a,
 
7
a:link,
 
8
a:visited {
 
9
  color: $brand-color;
 
10
}
 
11
 
 
12
.topbar,
 
13
.topbar .switcher_bar .btn.btn-topnav {
 
14
        background: $brand-color;
 
15
}
 
16
 
 
17
.topbar .switcher_bar .btn.btn-topnav {
 
18
        border-color: $brand-color;
 
19
        color: $white;
 
20
 
 
21
        &:hover,
 
22
        &:focus {
 
23
                border-color: $topbar-link-hover;
 
24
                background: $topbar-link-hover;
 
25
                color: $white;
 
26
        }
 
27
}
 
28
 
 
29
.topbar h1.brand a {
 
30
        background-image: url("img/ubuntu.png");
 
31
        background-position: left 4px;
 
32
}
 
33
 
 
34
.btn-primary {
 
35
        background: $brand-color;
 
36
        border-color: darken($brand-color, 5%);
 
37
}
 
38
 
 
39
.btn-primary:hover,
 
40
.btn-primary:focus,
 
41
.btn-primary:active,
 
42
.btn-primary.active,
 
43
.open > .btn-primary.dropdown-toggle {
 
44
        background: lighten($brand-color, 5%);
 
45
        border-color: $brand-color;
 
46
}
 
47
 
 
48
.nav_accordion dt li a.active,
 
49
.nav_accordion dd li a.active {
 
50
          border-left: 4px solid $brand-color;
 
51
          color: $brand-color;
 
52
}