Build docs CSS

This commit is contained in:
Jeremy Thomas
2020-06-07 13:28:46 +01:00
parent 6aee604790
commit 8bf1d85c60
2 changed files with 17 additions and 38 deletions

View File

@@ -309,7 +309,7 @@ th {
td:not([align]), td:not([align]),
th:not([align]) { th:not([align]) {
text-align: left; text-align: inherit;
} }
html { html {
@@ -442,7 +442,7 @@ table th {
table td:not([align]), table td:not([align]),
table th:not([align]) { table th:not([align]) {
text-align: left; text-align: inherit;
} }
table th { table th {
@@ -2066,7 +2066,7 @@ fieldset[disabled] .button {
} }
.content table th:not([align]) { .content table th:not([align]) {
text-align: left; text-align: inherit;
} }
.content table thead td, .content table thead td,
@@ -2263,8 +2263,8 @@ fieldset[disabled] .button {
.notification { .notification {
background-color: whitesmoke; background-color: whitesmoke;
border-radius: 4px; border-radius: 4px;
padding: 1.25rem 2.5rem 1.25rem 1.5rem;
position: relative; position: relative;
padding: 1.25rem 2.5rem 1.25rem 1.5rem;
} }
.notification a:not(.button):not(.dropdown-item) { .notification a:not(.button):not(.dropdown-item) {
@@ -2286,8 +2286,8 @@ fieldset[disabled] .button {
} }
.notification > .delete { .notification > .delete {
position: absolute;
right: 0.5rem; right: 0.5rem;
position: absolute;
top: 0.5rem; top: 0.5rem;
} }
@@ -2732,7 +2732,7 @@ fieldset[disabled] .button {
} }
.table th:not([align]) { .table th:not([align]) {
text-align: left; text-align: inherit;
} }
.table tr.is-selected { .table tr.is-selected {
@@ -2880,13 +2880,13 @@ fieldset[disabled] .button {
.tags.has-addons .tag:not(:first-child) { .tags.has-addons .tag:not(:first-child) {
margin-left: 0; margin-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
.tags.has-addons .tag:not(:last-child) { .tags.has-addons .tag:not(:last-child) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0;
} }
.tag:not(body) { .tag:not(body) {
@@ -4139,7 +4139,7 @@ fieldset[disabled] .select select:hover {
display: block; display: block;
max-width: 16em; max-width: 16em;
overflow: hidden; overflow: hidden;
text-align: left; text-align: inherit;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
@@ -4422,7 +4422,7 @@ fieldset[disabled] .select select:hover {
clear: both; clear: both;
font-size: 1rem; font-size: 1rem;
position: relative; position: relative;
text-align: left; text-align: inherit;
} }
.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .input:focus ~ .icon,
@@ -4710,7 +4710,7 @@ fieldset[disabled] .select select:hover {
a.dropdown-item, a.dropdown-item,
button.dropdown-item { button.dropdown-item {
padding-right: 3rem; padding-right: 3rem;
text-align: left; text-align: inherit;
white-space: nowrap; white-space: nowrap;
width: 100%; width: 100%;
} }
@@ -4850,7 +4850,7 @@ button.dropdown-item.is-active {
.media { .media {
align-items: flex-start; align-items: flex-start;
display: flex; display: flex;
text-align: left; text-align: inherit;
} }
.media .content:not(:last-child) { .media .content:not(:last-child) {
@@ -4906,7 +4906,7 @@ button.dropdown-item.is-active {
flex-basis: auto; flex-basis: auto;
flex-grow: 1; flex-grow: 1;
flex-shrink: 1; flex-shrink: 1;
text-align: left; text-align: inherit;
} }
@media screen and (max-width: 768px) { @media screen and (max-width: 768px) {
@@ -6299,11 +6299,11 @@ a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-i
} }
.navbar > .container .navbar-brand, .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand { .container > .navbar .navbar-brand {
margin-left: -.75rem; margin-left: -0.75rem;
} }
.navbar > .container .navbar-menu, .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu { .container > .navbar .navbar-menu {
margin-right: -.75rem; margin-right: -0.75rem;
} }
.navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop { .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
left: 0; left: 0;
@@ -6883,8 +6883,8 @@ label.panel-block:hover {
} }
.tabs.is-toggle li:last-child a { .tabs.is-toggle li:last-child a {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
} }
.tabs.is-toggle li.is-active a { .tabs.is-toggle li.is-active a {
@@ -15075,23 +15075,6 @@ svg {
position: relative; position: relative;
} }
.bd-partner-sponsor.is-text .bd-sponsor-item {
display: inline;
}
.bd-partner-sponsor.is-text .bd-sponsor-item:before {
display: none;
}
.bd-sponsor-item {
flex-grow: 1;
position: relative;
}
.bd-sponsor-item img {
position: relative;
}
.bd-partnrs { .bd-partnrs {
background-color: #fafafa; background-color: #fafafa;
} }

File diff suppressed because one or more lines are too long