Skip to content

Commit bba5468

Browse files
committed
chore(docs): remove unused CSS
1 parent 15307fd commit bba5468

3 files changed

Lines changed: 0 additions & 57 deletions

File tree

packages/docs/src/components/styles.module.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,6 @@
7676
gap: 20px;
7777
}
7878

79-
/*.cardButton {
80-
background-color: #4285F4;
81-
color: #FFFFFF;
82-
font-weight: 500;
83-
padding: 0.5rem 1.25rem;
84-
border-radius: 4px;
85-
font-size: 0.9375rem;
86-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
87-
border: none;
88-
cursor: pointer;
89-
transition: background-color 0.2s ease-in-out;
90-
}*/
91-
9279
.cardButton {
9380
border: 1px solid #4285f4;
9481
background-color: #4285f4;

packages/docs/src/css/custom.css

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -51,33 +51,19 @@
5151
--codeblock-background-color: #282a36;
5252
}
5353

54-
/* Hide the previous/next pagination links */
55-
/*.pagination-nav {
56-
display: none;
57-
}*/
5854
[class*="docs-doc-id-guides/"] .pagination-nav,
5955
[class*="docs-doc-id-reference/"] .pagination-nav {
6056
display: none;
6157
}
6258

63-
/*.theme-doc-sidebar-item-link-level-3 {
64-
display: none;
65-
}*/
66-
6759
.menu__caret {
6860
display: none;
6961
}
7062

71-
/* Hides the main h1 title on doc pages */
72-
/* .theme-doc-markdown h1:first-child {
73-
display: none;
74-
} */
75-
7663
/* Override Infima's default H1 font size for first-child H1 in markdown */
7764
/* The default 3rem comes from Infima theme's .markdown h1:first-child rule */
7865
.markdown h1:first-child,
7966
.theme-doc-markdown h1:first-child {
80-
/* --ifm-h1-font-size: 2rem; */
8167
--ifm-h1-font-size: 32px;
8268
--ifm-h2-font-size: 24px;
8369
--ifm-h3-font-size: 20px;
@@ -91,18 +77,6 @@
9177
max-width: 75%;
9278
}
9379

94-
/*.blockly-workspace-img {
95-
text-align: center;
96-
}*/
97-
98-
/*.blockly-workspace-img {
99-
max-width: 70%;
100-
}*/
101-
102-
/* .screenshot img {
103-
border: 1px solid #000;
104-
} */
105-
10680
.screenshotImg{
10781
width: 200px;
10882
}
@@ -112,8 +86,6 @@
11286
margin-bottom: 0px;
11387
}
11488

115-
/* --- Added to make 'note' admonitions blue 50 #E8F0FE' --- */
116-
11789
[data-theme]:not([data-theme='dark']) .alert--secondary {
11890
--ifm-alert-background-color: #E8F0FE;
11991
--ifm-alert-background-color-highlight: #54c7ec26;

packages/docs/src/pages/index.module.css

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
overflow: hidden;
2020
}
2121

22-
/* .heroContainer {
23-
max-width: 1200px;
24-
} */
25-
2622
.heroContent {
2723
display: flex;
2824
align-items: center;
@@ -63,18 +59,6 @@
6359
justify-content: flex-start;
6460
}
6561

66-
/*.getStartedButton {
67-
display: inline-block;
68-
padding: 0.15rem 1.8rem;
69-
border: 1px solid #000000;
70-
background-color: transparent;
71-
color: var(--get-started-button);
72-
text-decoration: none;
73-
font-size: 0.9rem;
74-
font-weight: 500;
75-
transition: all 0.2s ease;
76-
}*/
77-
7862
.button {
7963
border: 1px solid #4285f4;
8064
background-color: #4285f4;

0 commit comments

Comments
 (0)