File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3737 color : # 000 ;
3838 padding : 0.2em 0 ;
3939}
40-
40+ <% if (!filters. bootstrap ) { % >
4141/* Responsive: Portrait tablets and up */
4242@media screen and (min-width : 768px ) {
4343 .container {
4444 max-width : 730px ;
4545 }
46- }
46+ }<% } % >
Original file line number Diff line number Diff line change 1414 color : #000 ;
1515 padding : 0.2em 0 ;
1616}
17-
17+ < % if (!filters .bootstrap ) { % >
1818/* Responsive: Portrait tablets and up */
1919@media screen and (min-width : 768px ) {
2020 .container {
2121 max-width : 730px ;
2222 }
2323}
24-
24+ < % } % >
2525// injector
2626@import ' account/login/login.less' ;
2727@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";
1414 color : #000 ;
1515 padding : 0.2em 0 ;
1616}
17-
17+ <% if (!filters .bootstrap ) { %>
1818/* Responsive: Portrait tablets and up */
1919@media screen and (min-width : 768px ) {
2020 .container {
2121 max-width : 730px ;
2222 }
2323}
24-
24+ <% } %>
2525// Component styles are injected through grunt
2626// injector
2727@import ' account/login/login.scss' ;
Original file line number Diff line number Diff line change 2727 font-weight : normal
2828 font-style : normal
2929
30- //
30+ //
3131// App-wide Styles
32- //
32+ //
3333
3434.browsehappy
3535 background #c c c
3636 color #0 0 0
3737 margin 0.2em 0
3838 padding 0.2em 0
39-
39+ <% if ( ! filters . bootstrap ) { %>
4040// Responsive: Portrait tablets and up
4141@media screen and (min-width : 768px )
4242 .container
4343 max-width 730px
44-
44+ <% } %>
4545// Component styles are injected through grunt
4646// injector
4747@import "account/login/login"
You can’t perform that action at this time.
0 commit comments