Multiple fixes for prod

This commit is contained in:
Godwin
2017-07-01 16:02:38 -07:00
parent c5143ddb0e
commit c28566e210
13 changed files with 137 additions and 103 deletions
+27 -6
View File
@@ -530,10 +530,6 @@ button,
#main &[type="submit"] {
background-color: $colour-5;
&[value="send"] {
background-color: $colour-4;
}
}
&.register {
@@ -553,6 +549,11 @@ button,
background-color: $red;
}
&.warning,
#main &.warning {
background-color: $orange;
}
&.subdued, #main &.subdued {
background-color: #888;
}
@@ -647,7 +648,7 @@ button,
display: flex;
text-align: right;
justify-content: center;
flex-wrap: wrap;
@include _(flex-wrap, wrap);
button, .button {
margin: 0.333em;
@@ -2418,8 +2419,9 @@ a.logo {
margin: 0;
.title {
@include _(flex, 1);
font-size: 5vw;
margin: 1em auto 0;
margin: 0;
h1, h2 {
margin: 0;
@@ -2439,6 +2441,19 @@ a.logo {
max-width: 100%;
margin-top: 2em;
}
figure {
margin: 0;
}
.register-link {
font-size: 1.25em;
margin: 0.5em;
.button {
@include _(animation, radiate 2s linear infinite alternate);
}
}
}
.conference-details {
@@ -2941,6 +2956,10 @@ body {
to { background-position: 60px 30px; }
}
@include keyframes(radiate) {
to { background-color: $green; }
}
html :focus {
outline: 0;
}
@@ -3608,6 +3627,8 @@ body.policy .policy-agreement ul {
}
.conference-banner {
@include _-(display, flex);
@include _(flex-wrap, wrap);
margin: 0 auto;
width: 100%;