Update to version 0.7
This commit is contained in:
parent
897f0ff9a1
commit
bd603dfa0e
17 changed files with 688 additions and 149 deletions
|
@ -82,7 +82,7 @@ body {
|
|||
color: #222222;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
line-height: 1;
|
||||
|
@ -220,7 +220,7 @@ select {
|
|||
color: #222222;
|
||||
padding: 0.75rem;
|
||||
display: block;
|
||||
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-size: 1rem;
|
||||
}
|
||||
/* line 153, ../bower_components/foundation/scss/foundation/components/_accordion.scss */
|
||||
|
@ -312,12 +312,542 @@ select {
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
/* line 106, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
[class*="block-grid-"] {
|
||||
display: block;
|
||||
padding: 0;
|
||||
margin: 0 -0.625rem;
|
||||
}
|
||||
/* line 181, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
||||
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
/* line 182, ../bower_components/foundation/scss/foundation/components/_global.scss */
|
||||
[class*="block-grid-"]:after {
|
||||
clear: both;
|
||||
}
|
||||
/* line 50, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
[class*="block-grid-"] > li {
|
||||
display: block;
|
||||
height: auto;
|
||||
float: left;
|
||||
padding: 0 0.625rem 1.25rem;
|
||||
}
|
||||
|
||||
@media only screen {
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-1 > li {
|
||||
width: 100%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-1 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-1 > li:nth-of-type(1n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-2 > li {
|
||||
width: 50%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-2 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-2 > li:nth-of-type(2n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-3 > li {
|
||||
width: 33.33333%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-3 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-3 > li:nth-of-type(3n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-4 > li {
|
||||
width: 25%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-4 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-4 > li:nth-of-type(4n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-5 > li {
|
||||
width: 20%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-5 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-5 > li:nth-of-type(5n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-6 > li {
|
||||
width: 16.66667%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-6 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-6 > li:nth-of-type(6n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-7 > li {
|
||||
width: 14.28571%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-7 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-7 > li:nth-of-type(7n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-8 > li {
|
||||
width: 12.5%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-8 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-8 > li:nth-of-type(8n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-9 > li {
|
||||
width: 11.11111%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-9 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-9 > li:nth-of-type(9n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-10 > li {
|
||||
width: 10%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-10 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-10 > li:nth-of-type(10n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-11 > li {
|
||||
width: 9.09091%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-11 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-11 > li:nth-of-type(11n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-12 > li {
|
||||
width: 8.33333%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-12 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.small-block-grid-12 > li:nth-of-type(12n+1) {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 40.063em) {
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-1 > li {
|
||||
width: 100%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-1 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-1 > li:nth-of-type(1n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-2 > li {
|
||||
width: 50%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-2 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-2 > li:nth-of-type(2n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-3 > li {
|
||||
width: 33.33333%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-3 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-3 > li:nth-of-type(3n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-4 > li {
|
||||
width: 25%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-4 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-4 > li:nth-of-type(4n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-5 > li {
|
||||
width: 20%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-5 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-5 > li:nth-of-type(5n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-6 > li {
|
||||
width: 16.66667%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-6 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-6 > li:nth-of-type(6n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-7 > li {
|
||||
width: 14.28571%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-7 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-7 > li:nth-of-type(7n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-8 > li {
|
||||
width: 12.5%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-8 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-8 > li:nth-of-type(8n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-9 > li {
|
||||
width: 11.11111%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-9 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-9 > li:nth-of-type(9n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-10 > li {
|
||||
width: 10%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-10 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-10 > li:nth-of-type(10n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-11 > li {
|
||||
width: 9.09091%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-11 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-11 > li:nth-of-type(11n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-12 > li {
|
||||
width: 8.33333%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-12 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.medium-block-grid-12 > li:nth-of-type(12n+1) {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 64.063em) {
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-1 > li {
|
||||
width: 100%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-1 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-1 > li:nth-of-type(1n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-2 > li {
|
||||
width: 50%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-2 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-2 > li:nth-of-type(2n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-3 > li {
|
||||
width: 33.33333%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-3 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-3 > li:nth-of-type(3n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-4 > li {
|
||||
width: 25%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-4 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-4 > li:nth-of-type(4n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-5 > li {
|
||||
width: 20%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-5 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-5 > li:nth-of-type(5n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-6 > li {
|
||||
width: 16.66667%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-6 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-6 > li:nth-of-type(6n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-7 > li {
|
||||
width: 14.28571%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-7 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-7 > li:nth-of-type(7n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-8 > li {
|
||||
width: 12.5%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-8 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-8 > li:nth-of-type(8n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-9 > li {
|
||||
width: 11.11111%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-9 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-9 > li:nth-of-type(9n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-10 > li {
|
||||
width: 10%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-10 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-10 > li:nth-of-type(10n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-11 > li {
|
||||
width: 9.09091%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-11 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-11 > li:nth-of-type(11n+1) {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
/* line 61, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-12 > li {
|
||||
width: 8.33333%;
|
||||
list-style: none;
|
||||
}
|
||||
/* line 68, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-12 > li:nth-of-type(1n) {
|
||||
clear: none;
|
||||
}
|
||||
/* line 69, ../bower_components/foundation/scss/foundation/components/_block-grid.scss */
|
||||
.large-block-grid-12 > li:nth-of-type(12n+1) {
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
/* line 186, ../bower_components/foundation/scss/foundation/components/_buttons.scss */
|
||||
button, .button {
|
||||
border-style: solid;
|
||||
border-width: 0px;
|
||||
cursor: pointer;
|
||||
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
line-height: normal;
|
||||
margin: 0 0 1.25rem;
|
||||
|
@ -3304,68 +3834,6 @@ kbd {
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* line 137, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
ul.pagination {
|
||||
display: block;
|
||||
min-height: 1.5rem;
|
||||
margin-left: -0.3125rem;
|
||||
}
|
||||
/* line 100, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
ul.pagination li {
|
||||
height: 1.5rem;
|
||||
color: #222222;
|
||||
font-size: 0.875rem;
|
||||
margin-left: 0.3125rem;
|
||||
}
|
||||
/* line 106, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
ul.pagination li a {
|
||||
display: block;
|
||||
padding: 0.0625rem 0.625rem 0.0625rem;
|
||||
color: #999999;
|
||||
border-radius: 3px;
|
||||
}
|
||||
/* line 114, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
ul.pagination li:hover a,
|
||||
ul.pagination li a:focus {
|
||||
background: #e6e6e6;
|
||||
}
|
||||
/* line 51, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
ul.pagination li.unavailable a {
|
||||
cursor: default;
|
||||
color: #999999;
|
||||
}
|
||||
/* line 56, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
|
||||
background: transparent;
|
||||
}
|
||||
/* line 64, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
ul.pagination li.current a {
|
||||
background: #8a9b0f;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
}
|
||||
/* line 71, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
|
||||
background: #8a9b0f;
|
||||
}
|
||||
/* line 124, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
ul.pagination li {
|
||||
float: left;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* Pagination centred wrapper */
|
||||
/* line 142, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
.pagination-centered {
|
||||
text-align: center;
|
||||
}
|
||||
/* line 124, ../bower_components/foundation/scss/foundation/components/_pagination.scss */
|
||||
.pagination-centered ul.pagination li {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
/* Panels */
|
||||
/* line 77, ../bower_components/foundation/scss/foundation/components/_panels.scss */
|
||||
.panel {
|
||||
|
@ -3603,7 +4071,7 @@ dialog[open] {
|
|||
padding: 0 0 0 0;
|
||||
list-style-type: none;
|
||||
list-style-position: outside;
|
||||
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
/* line 70, ../bower_components/foundation/scss/foundation/components/_side-nav.scss */
|
||||
.side-nav li {
|
||||
|
@ -3626,7 +4094,7 @@ dialog[open] {
|
|||
.side-nav li.active > a:first-child:not(.button) {
|
||||
color: #f8ca00;
|
||||
font-weight: normal;
|
||||
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
/* line 92, ../bower_components/foundation/scss/foundation/components/_side-nav.scss */
|
||||
.side-nav li.divider {
|
||||
|
@ -3666,7 +4134,7 @@ dialog[open] {
|
|||
display: inline;
|
||||
margin-left: 1rem;
|
||||
margin-bottom: 0.625rem;
|
||||
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-weight: normal;
|
||||
font-size: 0.875rem;
|
||||
color: #999999;
|
||||
|
@ -3988,7 +4456,7 @@ meta.foundation-mq-topbar {
|
|||
color: black;
|
||||
padding: 12px 0 12px 0;
|
||||
padding-left: 15px;
|
||||
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-size: 0.9375rem;
|
||||
font-weight: normal;
|
||||
text-transform: uppercase;
|
||||
|
@ -5940,7 +6408,7 @@ Additional typographical elements
|
|||
- - - - - - - - - - - - - - - - - - - - - - - */
|
||||
/* line 125, ../scss/_4_typography_theme-fr.scss */
|
||||
.sans {
|
||||
font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
/* line 126, ../scss/_4_typography_theme-fr.scss */
|
||||
|
@ -6295,60 +6763,60 @@ button.grey:focus,
|
|||
background-color: #323232;
|
||||
}
|
||||
|
||||
/* line 31, ../scss/_6_additional_theme-fr.scss */
|
||||
.no-shadow {
|
||||
/* line 29, ../scss/_6_additional_theme-fr.scss */
|
||||
.shadow-no {
|
||||
text-shadow: rgba(0, 0, 0, 0) 0 0 0;
|
||||
}
|
||||
|
||||
/* line 32, ../scss/_6_additional_theme-fr.scss */
|
||||
.black-shadow {
|
||||
/* line 30, ../scss/_6_additional_theme-fr.scss */
|
||||
.shadow-black {
|
||||
text-shadow: rgba(0, 0, 0, 0.49804) 0px 1px 2px;
|
||||
}
|
||||
|
||||
/* line 33, ../scss/_6_additional_theme-fr.scss */
|
||||
.white-shadow {
|
||||
/* line 31, ../scss/_6_additional_theme-fr.scss */
|
||||
.shadow-white {
|
||||
text-shadow: rgba(255, 255, 255, 0.49804) 0px 1px 2px;
|
||||
}
|
||||
|
||||
/* line 35, ../scss/_6_additional_theme-fr.scss */
|
||||
/* line 33, ../scss/_6_additional_theme-fr.scss */
|
||||
.side-nav li.title {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/* line 36, ../scss/_6_additional_theme-fr.scss */
|
||||
/* line 34, ../scss/_6_additional_theme-fr.scss */
|
||||
.side-nav li {
|
||||
border-top: 1px solid #e4e4e4;
|
||||
}
|
||||
|
||||
/* line 37, ../scss/_6_additional_theme-fr.scss */
|
||||
/* line 35, ../scss/_6_additional_theme-fr.scss */
|
||||
.side-nav li a:not(.button) {
|
||||
padding: 0.4375rem 0rem;
|
||||
}
|
||||
|
||||
/* line 38, ../scss/_6_additional_theme-fr.scss */
|
||||
/* line 36, ../scss/_6_additional_theme-fr.scss */
|
||||
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
/* line 41, ../scss/_6_additional_theme-fr.scss */
|
||||
/* line 39, ../scss/_6_additional_theme-fr.scss */
|
||||
.meta-info p {
|
||||
font-size: 0.8125rem;
|
||||
color: #efefef;
|
||||
}
|
||||
|
||||
/* line 45, ../scss/_6_additional_theme-fr.scss */
|
||||
/* line 43, ../scss/_6_additional_theme-fr.scss */
|
||||
.meta-info a {
|
||||
text-decoration: underline;
|
||||
color: #efefef;
|
||||
}
|
||||
|
||||
/* line 49, ../scss/_6_additional_theme-fr.scss */
|
||||
/* line 47, ../scss/_6_additional_theme-fr.scss */
|
||||
.meta-info a:hover {
|
||||
text-decoration: none;
|
||||
color: #490a3d;
|
||||
}
|
||||
|
||||
/* line 55, ../scss/_6_additional_theme-fr.scss */
|
||||
/* line 53, ../scss/_6_additional_theme-fr.scss */
|
||||
#logo-monochrome {
|
||||
background: url(../img/phlow-logo-monochrome-100x36.png) no-repeat;
|
||||
height: 36px;
|
||||
|
|
2
assets/css/style_feeling_responsive.min.css
vendored
2
assets/css/style_feeling_responsive.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in a new issue