blob: e4ea95ecdfa90b498a84f82c22d0ac0ca1554d45 (
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
|
// United 3.3.1
// Bootswatch
// -----------------------------------------------------
@import url("//fonts.googleapis.com/css?family=Ubuntu");
// Navbar =====================================================================
.navbar {
&-default {
.badge {
background-color: #fff;
color: $navbar-default-bg;
}
}
&-inverse {
.badge {
background-color: #fff;
color: $navbar-inverse-bg;
}
}
}
// Buttons ====================================================================
// Typography =================================================================
// Tables =====================================================================
// Forms ======================================================================
// Navs =======================================================================
// Indicators =================================================================
// Progress bars ==============================================================
// Containers =================================================================
|