File tree 1 file changed +11
-14
lines changed
material.angular.io/src/app/pages/component-viewer
1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,21 @@ app-component-viewer {
10
10
margin : 16px ;
11
11
}
12
12
13
- md-tab {
14
- margin : 30px ;
13
+ // Direct chain is necessary to avoid styling tabs in the example viewer
14
+ & > .mat-tab-header {
15
+ border : none ;
16
+ margin-bottom : 30px ;
17
+
18
+ & > .mat-tab-label-container > .mat-tab-list > .mat-tab-labels > .mat-tab-label {
19
+ font-weight : 400 ;
20
+ margin : 0 10px ;
21
+ min-width : 0 ;
22
+ padding : 0 5px ;
23
+ }
15
24
}
16
25
}
17
26
18
27
.docs-example-source {
19
28
padding : 0 0 10px 30px ;
20
29
min-height : 150px ;
21
30
}
22
-
23
- .mat-tab-header {
24
- border : none ;
25
- margin-bottom : 30px ;
26
- }
27
-
28
- .docs-component-viewer-tabbed-content .mat-tab-header .mat-tab-label {
29
- font-weight : 400 ;
30
- margin : 0 10px ;
31
- min-width : 0px ;
32
- padding : 0 5px ;
33
- }
You can’t perform that action at this time.
0 commit comments