mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add Sass survey
This commit is contained in:
22
docs/_sass/components/survey.scss
Normal file
22
docs/_sass/components/survey.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
#survey-banner {
|
||||
align-items: center;
|
||||
background-color: $primary-light;
|
||||
color: $primary-dark;
|
||||
display: flex;
|
||||
font-size: 0.875rem;
|
||||
justify-content: center;
|
||||
padding: 0.5em;
|
||||
|
||||
a,
|
||||
strong {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user