aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/zerotb/layout.scss
blob: ea8102ded0cd5e9556f100c7e886d7ff601abef2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
@import "_colours";
@import "../sass/layout";

body {
    &.frontpage {
        .nav-wrapper-2 {
            background-color: $primary;
            color: $primary_text;
            height: auto;
        }

        #site-header {
            background-color: $base_bg;
        }

        #site-logo {
            background: none;
            color: black;
            width: auto;
            a {
                color: black;
            }
            p {
                font-size: 2em;
                font-weight: 300;
            }
            #brought-to-you {
                display: block;
                font-size: 0.75em;
            }
        }
    }
    &.mappage {
        #main-nav {
            ul#main-menu {
                li {
                    a,
                    a.report-a-problem-btn,
                    span {
                        padding: 0.25em;
                        margin: 0.5em;
                    }
                }
            }
        }
        .nav-wrapper-2 {
            min-height: 4em;
        }
    }
}

.nav-wrapper {
    .nav-wrapper-2 {
        border: none;
        min-height: 0;
    }
}

#main-nav {
    ul#mysoc-menu {
        li {
            a {
                color: $primary_text;
            }
        }
    }
    ul#main-menu {
        li {
            span {
                color: $primary_text;
            }
        }
    }
}

#site-header {
    background: $primary;
    height: auto;
}

.container {
    padding: 0em 1em;
}

#front-main {
    #front-main-container {
        max-width: 40em;
        h2 {
            text-align: left;
        }
    }
    #postcodeForm {
        div {
            width: 30em;
            .select2-container,
            select#clinic,
            input#pc {
                max-width: none;
                width: 27em;
            }
            input#show_report {
                display: block;
                float: right;
                width: 3em;
            }
        }
    }

    .select2-container {
        a {
            color: #444;
            text-align: left;
            text-decoration: none;
        }
    }
}

.content {
    background-color: $alt-background;
    box-shadow: none;
}