File tree Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,6 @@ const sidebars = {
213
213
type : 'doc' ,
214
214
label : 'Community plan' ,
215
215
id : 'studio-community-plan' ,
216
- className : 'community-feature' ,
217
216
} ,
218
217
{
219
218
type : 'doc' ,
Original file line number Diff line number Diff line change @@ -1229,22 +1229,6 @@ html [class*='toggleButton'] {
1229
1229
transform : rotateZ (90deg );
1230
1230
}
1231
1231
1232
- /* Add a free badge to menu items with the pro-feature classname */
1233
- .menu__list-item .community-feature > a : after ,
1234
- .menu__list-item .community-feature > div > a : after {
1235
- background-color : var (--st-blue-500 );
1236
- border-radius : 0.3rem ;
1237
- content : 'Free' ;
1238
- color : white;
1239
- font-size : 0.85em ;
1240
- font-weight : var (--ifm-font-weight-bold );
1241
- margin-top : 0.1rem ;
1242
- margin-left : 0.45rem ;
1243
- padding : 0 0.3rem ;
1244
- transform : rotateZ (0deg );
1245
- text-transform : uppercase;
1246
- }
1247
-
1248
1232
/* Next/prev links */
1249
1233
1250
1234
.pagination-nav__link {
Original file line number Diff line number Diff line change 206
206
{
207
207
"type" : " doc" ,
208
208
"label" : " Community plan" ,
209
- "id" : " studio-community-plan" ,
210
- "className" : " community-feature"
209
+ "id" : " studio-community-plan"
211
210
},
212
211
{
213
212
"type" : " doc" ,
You can’t perform that action at this time.
0 commit comments