~maas-committers/maas/trunk

« back to all changes in this revision

Viewing changes to src/maasserver/static/scss/cloud/layout/_grid.scss

Adding all assets and new theme files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
    background-repeat: repeat;
3
 
}
4
 
 
5
 
.row {
6
 
    border: 0;
7
 
    background-color: rgba(255,255,255,0.6);
8
 
}
9
 
 
10
 
@media only screen and (min-width : 769px) {
11
 
    .append-one {
12
 
        margin-right: 10.6%;
13
 
    }
14
 
 
15
 
    .row {
16
 
        padding: 50px $page-padding 30px;
17
 
    }
18
 
}
19
 
 
20
 
.inner-wrapper {
21
 
    @include clearfix();
22
 
    @include rounded_corners(0);
23
 
    @include box_shadow(none);
24
 
    background-color: transparent;
25
 
    background-image: none;
26
 
    margin: 0 auto;
27
 
    padding-bottom: 0;
28
 
    float: none;
29
 
}
30
 
 
31
 
.wrapper {
32
 
    position: static;
33
 
    background: transparent;
34
 
    width: 100%;
35
 
    overflow: hidden;
36
 
}
37
 
 
38
 
img.touch-border {
39
 
    margin-bottom: -50px;
40
 
}
41
 
 
42
 
.inner-wrapper, footer.global .legal {
43
 
    max-width: $page-maxwidth;
44
 
    width: auto;
45
 
    padding-left: 0;
46
 
    padding-right: 0;
47
 
}
48
 
 
49
 
.touch-top {
50
 
    margin-top: -50px;
51
 
}
52
 
 
53
 
@media only screen and (max-width : $page-maxwidth) {
54
 
    .inner-wrapper,
55
 
    footer.global .legal {
56
 
        padding-left: 8px;
57
 
        padding-right: 8px;
58
 
        width: auto;
59
 
    }
60
 
}