mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add Algolia markup
This commit is contained in:
39
docs/_sass/components/fortyfour.scss
Normal file
39
docs/_sass/components/fortyfour.scss
Normal file
@@ -0,0 +1,39 @@
|
||||
.bd-fortyfour {
|
||||
display: block;
|
||||
padding: var(--docs-side-padding);
|
||||
padding-bottom: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bd-fortyfour-label {
|
||||
color: $text-light;
|
||||
font-size: 0.75em;
|
||||
margin-bottom: 0.5em;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.bd-fortyfour-image {
|
||||
@extend %center;
|
||||
}
|
||||
|
||||
.bd-fortyfour-text {
|
||||
display: none;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
.bd-fortyfour-cta {
|
||||
@extend %center;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.bd-fortyfour:hover .button,
|
||||
.bd-fortyfour .button:hover {
|
||||
background-color: var(--primary) !important;
|
||||
color: var(--primary-light) !important;
|
||||
}
|
||||
|
||||
.bd-fortyfour:active .button,
|
||||
.bd-fortyfour .button:active {
|
||||
background-color: var(--primary-dark) !important;
|
||||
color: var(--primary-invert) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user