File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
app/design/frontend/Magento/blank/web/css Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 3
3
* See COPYING.txt for license details.
4
4
*/
5
5
6
+ /* *
7
+ * @codingStandardsIgnoreStart
8
+ */
9
+
6
10
@import ' source/lib/_lib.less' ; // Global lib
7
11
@import ' source/_theme.less' ; // Theme overrides
8
12
@import ' source/_variables.less' ; // Local theme variables
9
13
10
14
@baseDir : ' ../' ; // Default
11
15
16
+ // @codingStandardsIgnoreEnd
17
+
12
18
// Magento/blank
13
19
.page-print {
14
20
.logo {
27
33
text-shadow : none !important ;
28
34
}
29
35
30
- // Black prints faster:h5bp.com/s
31
36
a ,
32
37
a :visited {
33
38
text-decoration : underline !important ;
76
81
p ,
77
82
h2 ,
78
83
h3 {
79
- orphans : 3 ;
80
- widows : 3 ;
84
+ break-inside : avoid ;
81
85
}
82
86
83
87
.block-content {
84
- page- break-before : avoid ;
88
+ break-before : avoid ;
85
89
}
86
90
87
91
.block-title ,
88
92
h2 ,
89
93
h3 {
90
- page-break-after : avoid ;
94
+ break-after : avoid ;
95
+ break-inside : avoid ;
91
96
}
92
97
93
98
.nav-toggle {
You can’t perform that action at this time.
0 commit comments