File tree Expand file tree Collapse file tree 2 files changed +0
-150
lines changed Expand file tree Collapse file tree 2 files changed +0
-150
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -81,58 +81,6 @@ export const homeStyles = css`
81
81
}
82
82
` ;
83
83
84
- export const inlineNavStyles = css `
85
- .inline-nav {
86
- display : flex;
87
- flex-direction : row;
88
- justify-content : space-between;
89
- }
90
- .inline-nav__group {
91
- display : flex;
92
- flex-direction : row;
93
- }
94
- .inline-nav__link {
95
- display : flex;
96
- justify-content : center;
97
- align-items : center;
98
- width : 2.2rem ;
99
- height : 2.2rem ;
100
- color : inherit;
101
- border-radius : 0.3rem ;
102
- }
103
- .inline-nav__link .code-icon {
104
- line-height : 1.6rem ;
105
- }
106
- .inline-nav__link : hover {
107
- color : inherit;
108
- text-decoration : none;
109
- }
110
- : host-context (.vscode-dark ) .inline-nav__link : hover {
111
- background-color : var (--color-background--lighten-10 );
112
- }
113
- : host-context (.vscode-light ) .inline-nav__link : hover {
114
- background-color : var (--color-background--darken-10 );
115
- }
116
- @media (max-width : 370px ) {
117
- .inline-nav__link--text > : last-child {
118
- display : none;
119
- }
120
- }
121
- @media (min-width : 371px ) {
122
- .inline-nav__link--text {
123
- flex : none;
124
- padding-left : 0.3rem ;
125
- padding-right : 0.3rem ;
126
- gap : 0.2rem ;
127
- min-width : 2.2rem ;
128
- width : fit-content;
129
- }
130
- .inline-nav__link--text + .inline-nav__link--text {
131
- margin-left : 0.2rem ;
132
- }
133
- }
134
- ` ;
135
-
136
84
export const buttonStyles = css `
137
85
.button-container {
138
86
margin : 1rem auto 0 ;
You can’t perform that action at this time.
0 commit comments