2015-11-25 16:21:28 +00:00
|
|
|
// Extra CSS overlaying elements
|
|
|
|
|
|
2016-02-01 11:59:45 +00:00
|
|
|
#global-header-bar {
|
|
|
|
|
background-color: $red;
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-08 11:11:55 +00:00
|
|
|
#global-header {
|
2016-02-01 11:54:10 +00:00
|
|
|
|
2016-02-08 11:11:55 +00:00
|
|
|
#logo {
|
|
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
font-size: 27px;
|
|
|
|
|
line-height: 32px;
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
padding-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-proposition {
|
|
|
|
|
#proposition-links {
|
|
|
|
|
li {
|
|
|
|
|
padding: 0 0 0 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-02-01 11:54:10 +00:00
|
|
|
}
|
|
|
|
|
|
2015-12-14 16:37:15 +00:00
|
|
|
}
|
|
|
|
|
|
2016-02-01 11:26:38 +00:00
|
|
|
@include media(desktop) {
|
|
|
|
|
#proposition-menu {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-08 11:11:55 +00:00
|
|
|
a {
|
|
|
|
|
&:visited {
|
|
|
|
|
color: $link-colour;
|
|
|
|
|
}
|
2015-12-15 08:20:25 +00:00
|
|
|
}
|
2016-02-02 15:31:11 +00:00
|
|
|
|
2016-02-18 07:44:50 +00:00
|
|
|
.form-control-1-1 {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-02 15:31:11 +00:00
|
|
|
.form-control-5em {
|
2016-02-08 11:11:55 +00:00
|
|
|
|
2016-02-02 15:31:11 +00:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
|
|
@include media(tablet) {
|
|
|
|
|
width: 5em;
|
|
|
|
|
}
|
2016-02-08 11:11:55 +00:00
|
|
|
|
2016-02-02 15:31:11 +00:00
|
|
|
}
|
2016-02-03 15:49:28 +00:00
|
|
|
|
|
|
|
|
.column-main {
|
|
|
|
|
|
|
|
|
|
> .heading-large {
|
|
|
|
|
margin-top: $gutter;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-29 16:15:15 +01:00
|
|
|
> .grid-row {
|
|
|
|
|
|
|
|
|
|
.heading-large {
|
|
|
|
|
margin-top: $gutter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-02-03 15:49:28 +00:00
|
|
|
}
|
2016-02-09 10:28:12 +00:00
|
|
|
|
|
|
|
|
.highlight {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
overflow-x: scroll;
|
2016-03-15 06:53:06 +00:00
|
|
|
padding: 10px 0 10px 10px;
|
2016-02-09 10:28:12 +00:00
|
|
|
}
|
2016-02-19 15:02:13 +00:00
|
|
|
|
|
|
|
|
.inline {
|
|
|
|
|
|
|
|
|
|
.block-label {
|
|
|
|
|
|
|
|
|
|
@include media(tablet) {
|
|
|
|
|
float: none;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
2016-03-16 11:01:19 +00:00
|
|
|
|
|
|
|
|
td {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.heading-xlarge {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
2016-03-18 16:25:43 +00:00
|
|
|
|
2016-04-18 11:10:47 +01:00
|
|
|
.heading-medium {
|
|
|
|
|
margin-top: $gutter;
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-18 16:25:43 +00:00
|
|
|
#footer {
|
|
|
|
|
|
|
|
|
|
.footer-categories {
|
|
|
|
|
|
|
|
|
|
@extend %site-width-container;
|
|
|
|
|
|
|
|
|
|
&-wrapper {
|
|
|
|
|
padding: 0 0 $gutter * 2;
|
|
|
|
|
margin: 0 0 $gutter;
|
|
|
|
|
border-bottom: 1px solid $border-colour;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
margin: 0 0 $gutter-two-thirds;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2016-03-22 13:18:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-label {
|
|
|
|
|
margin-bottom: 5px;
|
2016-03-23 10:41:37 +00:00
|
|
|
}
|
|
|
|
|
|
2016-04-13 12:50:13 +01:00
|
|
|
a[rel='external'] {
|
2016-03-23 10:41:37 +00:00
|
|
|
@include external-link-default;
|
|
|
|
|
@include external-link-16;
|
|
|
|
|
@include media(tablet) {
|
|
|
|
|
@include external-link-19;
|
|
|
|
|
}
|
2016-04-01 10:54:55 +01:00
|
|
|
}
|
2016-04-06 13:38:10 +01:00
|
|
|
|
|
|
|
|
.hint {
|
|
|
|
|
color: $secondary-text-colour;
|
|
|
|
|
}
|
2016-04-18 11:10:47 +01:00
|
|
|
|
|
|
|
|
.button {
|
|
|
|
|
padding: 0.3em 0.6em 0.2em 0.6em;
|
|
|
|
|
}
|
2016-04-20 15:47:25 +01:00
|
|
|
|
|
|
|
|
.list-bullet {
|
|
|
|
|
|
|
|
|
|
.list-bullet {
|
|
|
|
|
list-style: circle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|