mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Add JS
This commit is contained in:
@@ -10096,7 +10096,6 @@ svg {
|
||||
}
|
||||
|
||||
.bd-index-header {
|
||||
margin-bottom: 3rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -10128,10 +10127,19 @@ svg {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.bd-index-header:not(:last-child) {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
||||
.bd-index-header.bd-is-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.bd-index-js-tweet .bd-tw {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.bd-index-custom-title {
|
||||
color: #b5b5b5;
|
||||
}
|
||||
@@ -10212,6 +10220,16 @@ svg {
|
||||
background-color: #f9637c;
|
||||
}
|
||||
|
||||
.bd-index-custom.bd-is-after ::-moz-selection {
|
||||
background-color: #FA7C91;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.bd-index-custom.bd-is-after ::selection {
|
||||
background-color: #FA7C91;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.bd-index-fullscreen .tabs a {
|
||||
color: #b5b5b5 !important;
|
||||
}
|
||||
@@ -10267,7 +10285,14 @@ svg {
|
||||
|
||||
.bd-focus {
|
||||
margin: 6rem auto 0;
|
||||
max-width: 1130px;
|
||||
max-width: 1080px;
|
||||
}
|
||||
|
||||
.bd-focus-item {
|
||||
border-radius: 6px;
|
||||
padding-top: 1.25rem;
|
||||
transition-duration: 172ms;
|
||||
transition-property: background-color;
|
||||
}
|
||||
|
||||
.bd-focus-item .subtitle {
|
||||
@@ -10278,6 +10303,19 @@ svg {
|
||||
color: currentColor;
|
||||
}
|
||||
|
||||
.bd-focus-item .title {
|
||||
transition-duration: 172ms;
|
||||
transition-property: color;
|
||||
}
|
||||
|
||||
.bd-focus-item:hover {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.bd-focus-item:hover .title {
|
||||
color: #3273dc;
|
||||
}
|
||||
|
||||
.bd-focus-icon .fa-mobile-alt {
|
||||
color: #b86bff;
|
||||
margin-right: -20px;
|
||||
@@ -10737,6 +10775,8 @@ svg {
|
||||
display: block;
|
||||
font-size: 1.25rem;
|
||||
padding: 1rem 3rem 1.5rem;
|
||||
transition-duration: 86ms;
|
||||
transition-property: background-color, color;
|
||||
}
|
||||
|
||||
.bd-link strong {
|
||||
@@ -12304,10 +12344,6 @@ svg {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
.bd-partners .container {
|
||||
max-width: 1130px;
|
||||
}
|
||||
|
||||
.bd-partners #carbonads .carbon-text {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user