File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 66
66
.be {
67
67
@include reset ;
68
68
69
- // links have tag styles
70
- @import ' ../../styles/common/links' ;
71
-
72
- // Forms have tag styles
73
- @import ' ../../styles/common/forms' ;
74
- @include be-content ;
75
69
/* stylelint-disable declaration-no-important */
76
70
box-sizing : border-box !important ;
77
71
width : 100% ;
89
83
}
90
84
}
91
85
86
+ // Elements migrated to Blueprint should not use base styles
87
+ .bcow ,
88
+ .bcp ,
89
+ .bcpr ,
90
+ .bcs ,
91
+ .bdl-UnifiedShareForm {
92
+ // links have tag styles
93
+ @import ' ../../styles/common/links' ;
94
+
95
+ // Forms have tag styles
96
+ @import ' ../../styles/common/forms' ;
97
+ @include be-content ;
98
+ }
99
+
92
100
.be-modal {
93
101
// This class can be used to apply the base content reset to portalled elements are outside of the .be root
94
102
// Also add the .be class to the inner content to get the rest of the styles
You can’t perform that action at this time.
0 commit comments