~ubuntuone-pqm-team/canonical-identity-provider/trunk

« back to all changes in this revision

Viewing changes to src/identityprovider/static/css/footer-base.css

  • Committer: Stephen Stewart
  • Date: 2014-08-06 11:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1173.
  • Revision ID: stephen.stewart@canonical.com-20140806112532-c2273u97hxgtqqb9
* add vendor auto prefixing
* comment out linting for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
footer {
 
2
    background: #F7F6F6;
 
3
    clear: both;
 
4
    margin-top: 2em;
 
5
    padding: 1em;
 
6
}
 
7
 
 
8
footer p {
 
9
    color:#676767;
 
10
    font-size: 13px;
 
11
    font-weight: 300;
 
12
}
 
13
 
 
14
footer .title {
 
15
    margin-bottom:1em;
 
16
}
 
17
 
 
18
footer .links {
 
19
    margin:0;
 
20
    font-size:13px;
 
21
    padding: 0;
 
22
}
 
23
footer .links a {
 
24
    color: #676767;
 
25
}
 
26
footer .links a:hover {
 
27
    text-decoration:underline;
 
28
}
 
29
 
 
30
footer .copyright {
 
31
    color: #bbb;
 
32
}
 
33
 
 
34
@media all and (min-width:480px) {
 
35
    footer {
 
36
        padding: 1em 2em;
 
37
    }
 
38
}