Deploy 0.2.3

This commit is contained in:
Jeremy Thomas 2016-10-16 19:19:02 +01:00
parent 7aee393216
commit 5a5b6ffb2b
3 changed files with 1082 additions and 553 deletions

280
css/bulma.css vendored
View File

@ -1,3 +1,25 @@
/*! bulma.io v0.2.3 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spinAround {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */ /*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html, html,
body, body,
@ -83,28 +105,6 @@ th {
text-align: left; text-align: left;
} }
@-webkit-keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
html { html {
background-color: whitesmoke; background-color: whitesmoke;
font-size: 14px; font-size: 14px;
@ -229,17 +229,6 @@ table th {
color: #363636; color: #363636;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.is-block { .is-block {
display: block; display: block;
} }
@ -626,17 +615,6 @@ a.box:active {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2; box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.button { .button {
-moz-appearance: none; -moz-appearance: none;
-webkit-appearance: none; -webkit-appearance: none;
@ -1132,8 +1110,8 @@ a.box:active {
} }
.button.is-loading:after { .button.is-loading:after {
-webkit-animation: spin-around 500ms infinite linear; -webkit-animation: spinAround 500ms infinite linear;
animation: spin-around 500ms infinite linear; animation: spinAround 500ms infinite linear;
border: 2px solid #dbdbdb; border: 2px solid #dbdbdb;
border-radius: 290486px; border-radius: 290486px;
border-right-color: transparent; border-right-color: transparent;
@ -1269,28 +1247,6 @@ a.box:active {
font-size: 18px; font-size: 18px;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.input, .input,
.textarea { .textarea {
-moz-appearance: none; -moz-appearance: none;
@ -1967,8 +1923,8 @@ a.box:active {
-webkit-box-flex: 1; -webkit-box-flex: 1;
-ms-flex-positive: 1; -ms-flex-positive: 1;
flex-grow: 1; flex-grow: 1;
-ms-flex-negative: 0; -ms-flex-negative: 1;
flex-shrink: 0; flex-shrink: 1;
} }
.control.is-grouped.is-grouped-centered { .control.is-grouped.is-grouped-centered {
@ -2004,8 +1960,8 @@ a.box:active {
} }
.control.is-loading:after { .control.is-loading:after {
-webkit-animation: spin-around 500ms infinite linear; -webkit-animation: spinAround 500ms infinite linear;
animation: spin-around 500ms infinite linear; animation: spinAround 500ms infinite linear;
border: 2px solid #dbdbdb; border: 2px solid #dbdbdb;
border-radius: 290486px; border-radius: 290486px;
border-right-color: transparent; border-right-color: transparent;
@ -2020,17 +1976,6 @@ a.box:active {
top: 8px; top: 8px;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.image { .image {
display: block; display: block;
position: relative; position: relative;
@ -2107,17 +2052,6 @@ a.box:active {
width: 128px; width: 128px;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.notification { .notification {
background-color: whitesmoke; background-color: whitesmoke;
border-radius: 3px; border-radius: 3px;
@ -2304,17 +2238,6 @@ a.box:active {
height: 20px; height: 20px;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.table { .table {
background-color: white; background-color: white;
color: #363636; color: #363636;
@ -2456,17 +2379,6 @@ a.box:active {
background-color: whitesmoke; background-color: whitesmoke;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.title, .title,
.subtitle { .subtitle {
font-weight: 300; font-weight: 300;
@ -2663,17 +2575,6 @@ a.box:active {
font-weight: 700; font-weight: 700;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.block:not(:last-child) { .block:not(:last-child) {
margin-bottom: 20px; margin-bottom: 20px;
} }
@ -2838,8 +2739,8 @@ a.box:active {
} }
.loader { .loader {
-webkit-animation: spin-around 500ms infinite linear; -webkit-animation: spinAround 500ms infinite linear;
animation: spin-around 500ms infinite linear; animation: spinAround 500ms infinite linear;
border: 2px solid #dbdbdb; border: 2px solid #dbdbdb;
border-radius: 290486px; border-radius: 290486px;
border-right-color: transparent; border-right-color: transparent;
@ -3287,17 +3188,6 @@ a.box:active {
color: #2aa198; color: #2aa198;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.level-item .title, .level-item .title,
.level-item .subtitle { .level-item .subtitle {
margin-bottom: 0; margin-bottom: 0;
@ -3404,17 +3294,6 @@ a.box:active {
} }
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.media-number, .media-number,
.media-left, .media-left,
.media-right { .media-right {
@ -3709,17 +3588,6 @@ a.box:active {
color: gray; color: gray;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.modal-background { .modal-background {
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -3908,17 +3776,6 @@ a.box:active {
display: flex; display: flex;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.nav-toggle { .nav-toggle {
cursor: pointer; cursor: pointer;
display: block; display: block;
@ -4210,17 +4067,6 @@ a.nav-item.is-tab.is-active {
} }
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.pagination { .pagination {
-webkit-box-align: center; -webkit-box-align: center;
-ms-flex-align: center; -ms-flex-align: center;
@ -4298,17 +4144,6 @@ a.nav-item.is-tab.is-active {
} }
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.panel-icon { .panel-icon {
display: inline-block; display: inline-block;
font-size: 14px; font-size: 14px;
@ -4395,17 +4230,6 @@ a.panel-block:hover {
margin-bottom: 20px; margin-bottom: 20px;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.tabs { .tabs {
-webkit-touch-callout: none; -webkit-touch-callout: none;
-webkit-user-select: none; -webkit-user-select: none;
@ -4624,17 +4448,6 @@ a.panel-block:hover {
padding-top: 13px; padding-top: 13px;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.column { .column {
display: block; display: block;
-ms-flex-preferred-size: 0; -ms-flex-preferred-size: 0;
@ -5603,17 +5416,6 @@ a.panel-block:hover {
} }
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.tile { .tile {
-webkit-box-align: stretch; -webkit-box-align: stretch;
-ms-flex-align: stretch; -ms-flex-align: stretch;
@ -5745,17 +5547,6 @@ a.panel-block:hover {
} }
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.hero-video { .hero-video {
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -6716,17 +6507,6 @@ a.panel-block:hover {
flex-shrink: 1; flex-shrink: 1;
} }
@keyframes spin-around {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.section { .section {
background-color: white; background-color: white;
padding: 40px 20px; padding: 40px 20px;

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff