~maas-committers/maas/trunk

« back to all changes in this revision

Viewing changes to src/maasserver/static/scss/cloud/components/_revision-list.scss

Adding all assets and new theme files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
.revisions__list {
3
 
    list-style: none;
4
 
    margin-left: 0;
5
 
 
6
 
    .revisions__list-item {
7
 
        margin-bottom: 1em;
8
 
    }
9
 
 
10
 
    .revisions__list_meta {
11
 
        color: #888;
12
 
        margin-bottom: .2em;
13
 
    }
14
 
    .revisions__list_meta_date {
15
 
        float: right;
16
 
    }
17
 
}
 
 
b'\\ No newline at end of file'