mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Add Sass survey
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user