Skip to content

Commit

Permalink
Bumped to Foundation version 6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHayter committed May 30, 2016
1 parent 0ae68d3 commit 153f76c
Show file tree
Hide file tree
Showing 6 changed files with 3,339 additions and 2,218 deletions.
134 changes: 90 additions & 44 deletions css/foundation.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/**
* Foundation for Sites by ZURB
* Version 6.2.1
* Version 6.2.2
* foundation.zurb.com
* Licensed under MIT Open Source
*/
Expand Down Expand Up @@ -443,8 +443,7 @@ button {
.row .row {
max-width: none;
margin-left: -0.625rem;
margin-right: -0.625rem;
max-width: none; }
margin-right: -0.625rem; }
@media screen and (min-width: 40em) {
.row .row {
margin-left: -0.9375rem;
Expand Down Expand Up @@ -724,7 +723,8 @@ button {
padding-left: 0;
padding-right: 0; }

.small-collapse .row {
.small-collapse .row,
.expanded.row .small-collapse.row {
margin-left: 0;
margin-right: 0; }

Expand Down Expand Up @@ -935,7 +935,8 @@ button {
.medium-collapse > .column, .medium-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.medium-collapse .row {
.medium-collapse .row,
.expanded.row .medium-collapse.row {
margin-left: 0;
margin-right: 0; }
.medium-uncollapse > .column, .medium-uncollapse > .columns {
Expand Down Expand Up @@ -1143,7 +1144,8 @@ button {
.large-collapse > .column, .large-collapse > .columns {
padding-left: 0;
padding-right: 0; }
.large-collapse .row {
.large-collapse .row,
.expanded.row .large-collapse.row {
margin-left: 0;
margin-right: 0; }
.large-uncollapse > .column, .large-uncollapse > .columns {
Expand Down Expand Up @@ -1553,6 +1555,9 @@ kbd {
.button.disabled, .button[disabled] {
opacity: 0.25;
cursor: not-allowed; }
.button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
background-color: #2199e8;
color: #fefefe; }
.button.dropdown::after {
content: '';
display: block;
Expand Down Expand Up @@ -1685,6 +1690,7 @@ label {

.input-group-label, .input-group-field, .input-group-button {
margin: 0;
white-space: nowrap;
display: table-cell;
vertical-align: middle; }

Expand Down Expand Up @@ -1752,11 +1758,12 @@ select {
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
background-size: 9px 6px;
background-position: right center;
background-position: right -1rem center;
background-origin: content-box;
background-repeat: no-repeat; }
background-repeat: no-repeat;
padding-right: 1.5rem; }
@media screen and (min-width: 0\0) {
select {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
Expand Down Expand Up @@ -1789,19 +1796,26 @@ select {
.accordion {
list-style-type: none;
background: #fefefe;
border: 1px solid #e6e6e6;
border-bottom: 0;
border-radius: 0;
margin-left: 0; }

.accordion-item:first-child > :first-child {
border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
border-radius: 0 0 0 0; }

.accordion-title {
display: block;
padding: 1.25rem 1rem;
line-height: 1;
font-size: 0.75rem;
color: #2199e8;
position: relative;
border-bottom: 1px solid #e6e6e6; }
border: 1px solid #e6e6e6;
border-bottom: 0; }
:last-child:not(.is-active) > .accordion-title {
border-radius: 0 0 0 0;
border-bottom: 1px solid #e6e6e6; }
.accordion-title:hover, .accordion-title:focus {
background-color: #e6e6e6; }
.accordion-title::before {
Expand All @@ -1816,8 +1830,12 @@ select {
.accordion-content {
padding: 1rem;
display: none;
border-bottom: 1px solid #e6e6e6;
background-color: #fefefe; }
border: 1px solid #e6e6e6;
border-bottom: 0;
background-color: #fefefe;
color: #0a0a0a; }
:last-child > .accordion-content:last-child {
border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
position: relative; }
Expand Down Expand Up @@ -1904,9 +1922,11 @@ select {
clear: both; }
.button-group .button {
margin: 0;
margin-right: 1px;
margin-bottom: 1px;
font-size: 0.9rem; }
.button-group .button:not(:last-child) {
margin-right: 1px; }
.button-group .button:last-child {
margin-right: 0; }
.button-group.tiny .button {
font-size: 0.6rem; }
.button-group.small .button {
Expand All @@ -1921,22 +1941,32 @@ select {
display: inline-block;
width: calc(50% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
margin-right: -6px; }
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
display: inline-block;
width: calc(33.33333% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
margin-right: -6px; }
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
display: inline-block;
width: calc(25% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
margin-right: -6px; }
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
display: inline-block;
width: calc(20% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
margin-right: -6px; }
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
display: inline-block;
width: calc(16.66667% - 1px);
margin-right: 1px; }
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
margin-right: -6px; }
.button-group.primary .button {
background-color: #2199e8;
color: #fefefe; }
Expand Down Expand Up @@ -1968,20 +1998,17 @@ select {
background-color: #da3116;
color: #fefefe; }
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
width: 100%;
border-right: 1px solid transparent; }
.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
border-bottom: 1px solid #fefefe; }
width: 100%; }
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
margin-bottom: 0; }
@media screen and (min-width: 40em) {
.button-group.stacked-for-small .button {
width: auto; }
.button-group.stacked-for-small .button:not(:last-child) {
margin-right: 1px; } }
width: auto;
margin-bottom: 0; } }
@media screen and (min-width: 64em) {
.button-group.stacked-for-medium .button {
width: auto; }
.button-group.stacked-for-medium .button:not(:last-child) {
margin-right: 1px; } }
width: auto;
margin-bottom: 0; } }
@media screen and (max-width: 39.9375em) {
.button-group.stacked-for-small.expanded {
display: block; }
Expand Down Expand Up @@ -2052,13 +2079,16 @@ select {
.menu button {
margin-bottom: 0; }
.menu > li > a img,
.menu > li > a i {
vertical-align: middle; }
.menu > li > a i + span,
.menu > li > a img + span {
.menu > li > a i,
.menu > li > a svg {
vertical-align: middle; }
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
vertical-align: middle; }
.menu > li > a img,
.menu > li > a i {
.menu > li > a i,
.menu > li > a svg {
margin-right: 0.25rem;
display: inline-block; }
.menu > li {
Expand Down Expand Up @@ -2097,7 +2127,8 @@ select {
.menu.icon-top > li > a {
text-align: center; }
.menu.icon-top > li > a img,
.menu.icon-top > li > a i {
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
display: block;
margin: 0 auto 0.25rem; }
.menu.nested {
Expand Down Expand Up @@ -2279,11 +2310,11 @@ select {
.dropdown.menu.vertical > li .is-dropdown-submenu {
top: 0; }

.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 100%; }

.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
right: auto;
left: 100%; }

Expand Down Expand Up @@ -2336,10 +2367,10 @@ select {
margin-top: -2px; }
.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
top: 0; }
.dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 100%; }
.dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
right: auto;
left: 100%; }
.dropdown.menu.medium-vertical > li > a::after {
Expand Down Expand Up @@ -2389,10 +2420,10 @@ select {
margin-top: -2px; }
.dropdown.menu.large-vertical > li .is-dropdown-submenu {
top: 0; }
.dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 100%; }
.dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
right: auto;
left: 100%; }
.dropdown.menu.large-vertical > li > a::after {
Expand Down Expand Up @@ -2434,11 +2465,15 @@ select {
top: 50%;
right: 5px;
margin-top: -2px; }
.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
top: 100%; }
.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
top: 100%;
left: auto; }
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
left: auto;
right: 100%; }
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
right: auto;
left: 100%; }

.is-dropdown-submenu {
display: none;
Expand Down Expand Up @@ -2474,7 +2509,7 @@ select {
margin-top: -1px; }
.is-dropdown-submenu > li {
width: 100%; }
.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, .is-dropdown-submenu.js-dropdown-active {
.is-dropdown-submenu.js-dropdown-active {
display: block; }

.flex-video {
Expand Down Expand Up @@ -2540,6 +2575,8 @@ select {
padding-right: 1rem; }
.media-object-section:last-child:not(:nth-child(2)) {
padding-left: 1rem; }
.media-object-section > :last-child {
margin-bottom: 0; }
.media-object-section.middle {
vertical-align: middle; }
.media-object-section.bottom {
Expand Down Expand Up @@ -2814,6 +2851,15 @@ body {
body.is-reveal-open {
overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
height: 100%;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }

.reveal-overlay {
display: none;
position: fixed;
Expand Down Expand Up @@ -3239,7 +3285,7 @@ table.hover tr:nth-of-type(even):hover {
clear: both; }
.title-bar .menu-icon {
margin-left: 0.25rem;
margin-right: 0.5rem; }
margin-right: 0.25rem; }

.title-bar-left {
float: left; }
Expand Down
2 changes: 1 addition & 1 deletion css/foundation.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 153f76c

Please sign in to comment.