This commit is contained in:
Jeremy Thomas
2018-04-10 15:38:50 +01:00
parent 69899e57f5
commit cbf8c62dde
15 changed files with 128 additions and 36 deletions

View File

@@ -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;
}