File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 37
37
color : # 000 ;
38
38
padding : 0.2em 0 ;
39
39
}
40
-
40
+ <% if (!filters. bootstrap ) { % >
41
41
/* Responsive: Portrait tablets and up */
42
42
@media screen and (min-width : 768px ) {
43
43
.container {
44
44
max-width : 730px ;
45
45
}
46
- }
46
+ }<% } % >
Original file line number Diff line number Diff line change 14
14
color : #000 ;
15
15
padding : 0.2em 0 ;
16
16
}
17
-
17
+ < % if (!filters .bootstrap ) { % >
18
18
/* Responsive: Portrait tablets and up */
19
19
@media screen and (min-width : 768px ) {
20
20
.container {
21
21
max-width : 730px ;
22
22
}
23
23
}
24
-
24
+ < % } % >
25
25
// injector
26
26
@import ' account/login/login.less' ;
27
27
@import ' admin/admin.less' ;
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ $fa-font-path: "/bower_components/font-awesome/fonts";
14
14
color : #000 ;
15
15
padding : 0.2em 0 ;
16
16
}
17
-
17
+ <% if (!filters .bootstrap ) { %>
18
18
/* Responsive: Portrait tablets and up */
19
19
@media screen and (min-width : 768px ) {
20
20
.container {
21
21
max-width : 730px ;
22
22
}
23
23
}
24
-
24
+ <% } %>
25
25
// Component styles are injected through grunt
26
26
// injector
27
27
@import ' account/login/login.scss' ;
Original file line number Diff line number Diff line change 27
27
font-weight : normal
28
28
font-style : normal
29
29
30
- //
30
+ //
31
31
// App-wide Styles
32
- //
32
+ //
33
33
34
34
.browsehappy
35
35
background #c c c
36
36
color #0 0 0
37
37
margin 0.2em 0
38
38
padding 0.2em 0
39
-
39
+ <% if ( ! filters . bootstrap ) { %>
40
40
// Responsive: Portrait tablets and up
41
41
@media screen and (min-width : 768px )
42
42
.container
43
43
max-width 730px
44
-
44
+ <% } %>
45
45
// Component styles are injected through grunt
46
46
// injector
47
47
@import "account/login/login"
You can’t perform that action at this time.
0 commit comments