~maas-committers/maas/trunk

« back to all changes in this revision

Viewing changes to src/maasserver/static/scss/cloud/components/_cookie-policy.scss

Adding all assets and new theme files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
.cookie-policy {
3
 
  @include box_shadow(0 -1px 2px rgba(0, 0, 0, 0.2));
4
 
  background-color: #fae4dc;
5
 
  bottom: 0;
6
 
  position: fixed;
7
 
  width: 100%;
8
 
  z-index: 100;
9
 
 
10
 
  p {
11
 
    @include box_sizing();
12
 
    font-size: 13px;
13
 
    margin-bottom: 0;
14
 
    margin-left: 0;
15
 
    padding: 8px 0;
16
 
    width: 100%;
17
 
  }
18
 
 
19
 
  .link-cta {
20
 
    background-image: url(../img/icons/close-orange.svg);
21
 
    background-repeat: no-repeat;
22
 
    color: #fff;
23
 
    float: right;
24
 
    font-size: 1em;
25
 
    height: 15px;
26
 
    margin: 12px 0;
27
 
    margin-top: 12px;
28
 
    padding: 0;
29
 
    text-decoration: none;
30
 
    text-indent: -9999px;
31
 
    width: 16px;
32
 
  }
33
 
}
34
 
html.no-svg,
35
 
html.opera-mini {
36
 
  .cookie-policy .link-cta {
37
 
    background-image: url(../img/icons/close-orange.png);
38
 
  }
39
 
}
40
 
html.opera-mini {
41
 
  .cookie-policy {
42
 
    position: relative;
43
 
    top: 0;
44
 
  }
45
 
}
 
 
b'\\ No newline at end of file'