mirror of
https://github.com/google/blockly.git
synced 2026-04-27 07:30:21 +02:00
chore(docs): remove unused CSS
This commit is contained in:
@@ -76,19 +76,6 @@
|
||||
gap: 20px;
|
||||
}
|
||||
|
||||
/*.cardButton {
|
||||
background-color: #4285F4;
|
||||
color: #FFFFFF;
|
||||
font-weight: 500;
|
||||
padding: 0.5rem 1.25rem;
|
||||
border-radius: 4px;
|
||||
font-size: 0.9375rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
transition: background-color 0.2s ease-in-out;
|
||||
}*/
|
||||
|
||||
.cardButton {
|
||||
border: 1px solid #4285f4;
|
||||
background-color: #4285f4;
|
||||
|
||||
@@ -51,33 +51,19 @@
|
||||
--codeblock-background-color: #282a36;
|
||||
}
|
||||
|
||||
/* Hide the previous/next pagination links */
|
||||
/*.pagination-nav {
|
||||
display: none;
|
||||
}*/
|
||||
[class*="docs-doc-id-guides/"] .pagination-nav,
|
||||
[class*="docs-doc-id-reference/"] .pagination-nav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*.theme-doc-sidebar-item-link-level-3 {
|
||||
display: none;
|
||||
}*/
|
||||
|
||||
.menu__caret {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hides the main h1 title on doc pages */
|
||||
/* .theme-doc-markdown h1:first-child {
|
||||
display: none;
|
||||
} */
|
||||
|
||||
/* Override Infima's default H1 font size for first-child H1 in markdown */
|
||||
/* The default 3rem comes from Infima theme's .markdown h1:first-child rule */
|
||||
.markdown h1:first-child,
|
||||
.theme-doc-markdown h1:first-child {
|
||||
/* --ifm-h1-font-size: 2rem; */
|
||||
--ifm-h1-font-size: 32px;
|
||||
--ifm-h2-font-size: 24px;
|
||||
--ifm-h3-font-size: 20px;
|
||||
@@ -91,18 +77,6 @@
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
/*.blockly-workspace-img {
|
||||
text-align: center;
|
||||
}*/
|
||||
|
||||
/*.blockly-workspace-img {
|
||||
max-width: 70%;
|
||||
}*/
|
||||
|
||||
/* .screenshot img {
|
||||
border: 1px solid #000;
|
||||
} */
|
||||
|
||||
.screenshotImg{
|
||||
width: 200px;
|
||||
}
|
||||
@@ -112,8 +86,6 @@
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* --- Added to make 'note' admonitions blue 50 #E8F0FE' --- */
|
||||
|
||||
[data-theme]:not([data-theme='dark']) .alert--secondary {
|
||||
--ifm-alert-background-color: #E8F0FE;
|
||||
--ifm-alert-background-color-highlight: #54c7ec26;
|
||||
|
||||
@@ -19,10 +19,6 @@
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* .heroContainer {
|
||||
max-width: 1200px;
|
||||
} */
|
||||
|
||||
.heroContent {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -63,18 +59,6 @@
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
/*.getStartedButton {
|
||||
display: inline-block;
|
||||
padding: 0.15rem 1.8rem;
|
||||
border: 1px solid #000000;
|
||||
background-color: transparent;
|
||||
color: var(--get-started-button);
|
||||
text-decoration: none;
|
||||
font-size: 0.9rem;
|
||||
font-weight: 500;
|
||||
transition: all 0.2s ease;
|
||||
}*/
|
||||
|
||||
.button {
|
||||
border: 1px solid #4285f4;
|
||||
background-color: #4285f4;
|
||||
|
||||
Reference in New Issue
Block a user