blob: 4124da5f290abb51c47edbe916d4eccf7666fff5 (
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
|
// United 3.0.3
// Bootswatch
// -----------------------------------------------------
@import url("//fonts.googleapis.com/css?family=Ubuntu");
// Navbar =====================================================================
// Buttons ====================================================================
// Typography =================================================================
// Tables =====================================================================
// Forms ======================================================================
// Navs =======================================================================
.pagination {
.active > a,
.active > a:hover {
border-color: #ddd;
}
}
// Indicators =================================================================
// Progress bars ==============================================================
// Containers =================================================================
|