Add Sass survey

This commit is contained in:
Jeremy Thomas
2021-07-10 12:57:03 +01:00
parent ac18a0ccbf
commit 505d949101
5 changed files with 61 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
@charset "UTF-8";
/*! bulma.io v0.9.2 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
@@ -19450,6 +19450,29 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
color: #fff;
}
#survey-banner {
align-items: center;
background-color: #ebfffc;
color: #00947e;
display: flex;
font-size: 0.875rem;
justify-content: center;
padding: 0.5em;
}
#survey-banner a,
#survey-banner strong {
color: inherit;
}
#survey-banner a {
text-decoration: underline;
}
#survey-banner p {
margin-right: 1em;
}
:root {
--bd-index-vertical: 1.5rem;
--bd-index-gap: 3rem;