~maas-committers/maas/trunk

« back to all changes in this revision

Viewing changes to src/maasserver/static/scss/maas/components/_pagination.scss

Adding all assets and new theme files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
@charset "UTF-8";
2
 
 
3
 
/**
4
 
 * MAAS pagination styles
5
 
 *
6
 
 * @project     MAAS
7
 
 * @author      Web Team at Canonical Ltd
8
 
 * @copyright   2015 Canonical Ltd
9
 
 *
10
 
 */
11
 
 
12
 
.pagination {
13
 
    margin: 10px 0;
14
 
    text-align: center;
15
 
 
16
 
    .inactive {
17
 
        color: #AEA79F;
18
 
    }
19
 
 
20
 
    a,
21
 
    span {
22
 
        margin: 0 5px;
23
 
    }
24
 
}