Move all files to 2017/
This commit is contained in:
parent
ac7370f67f
commit
2875863330
15717 changed files with 0 additions and 0 deletions
39
2017/web/themes/dcb2017/sass/layout/_content-bottom.scss
Normal file
39
2017/web/themes/dcb2017/sass/layout/_content-bottom.scss
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
.region-content-bottom {
|
||||
margin: 2em 0 4em;
|
||||
text-align: center;
|
||||
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
font-weight: 700;
|
||||
|
||||
@include media-tablet {
|
||||
font-size: 3em;
|
||||
}
|
||||
@include media-large {
|
||||
font-size: 4em;
|
||||
}
|
||||
|
||||
span {
|
||||
color: $dcb-green;
|
||||
}
|
||||
}
|
||||
|
||||
.block {
|
||||
margin: 2em 1em;
|
||||
}
|
||||
|
||||
.all-sponsors-link a {
|
||||
@include button;
|
||||
background-color: $dcb-green;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: $dcb-purple;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
3
2017/web/themes/dcb2017/sass/layout/_content-top.scss
Normal file
3
2017/web/themes/dcb2017/sass/layout/_content-top.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.region-content-top {
|
||||
overflow: hidden;
|
||||
}
|
||||
9
2017/web/themes/dcb2017/sass/layout/_content.scss
Normal file
9
2017/web/themes/dcb2017/sass/layout/_content.scss
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
.region-content {
|
||||
margin: 0 auto;
|
||||
max-width: 72rem;
|
||||
padding: 1rem;
|
||||
|
||||
.block-views {
|
||||
margin-bottom: 5em;
|
||||
}
|
||||
}
|
||||
36
2017/web/themes/dcb2017/sass/layout/_featured.scss
Normal file
36
2017/web/themes/dcb2017/sass/layout/_featured.scss
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
.region-featured {
|
||||
position: relative;
|
||||
|
||||
&:after {
|
||||
background-image: url('../images/dcb-bg.jpg');
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
|
||||
.featured-footer {
|
||||
background: black;
|
||||
color: white;
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
padding: 1rem;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
||||
a {
|
||||
color: $dcb-purple;
|
||||
text-decoration: none;
|
||||
|
||||
&:focus,
|
||||
&:hover {
|
||||
color: $dcb-grey;
|
||||
}
|
||||
}
|
||||
}
|
||||
11
2017/web/themes/dcb2017/sass/layout/_footer.scss
Normal file
11
2017/web/themes/dcb2017/sass/layout/_footer.scss
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.region-footer {
|
||||
margin: 0 auto;
|
||||
max-width: 72rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.layout-container > footer {
|
||||
background-image: url('../images/dcb-bg.jpg');
|
||||
background-position: center center;
|
||||
background-size: cover;
|
||||
}
|
||||
5
2017/web/themes/dcb2017/sass/layout/_header.scss
Normal file
5
2017/web/themes/dcb2017/sass/layout/_header.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.region-header {
|
||||
margin: 0 auto;
|
||||
max-width: 72rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in a new issue