(css) Apply .sg-app-content to body

This commit is contained in:
Francis Lachapelle
2016-01-18 16:04:09 -05:00
parent 2e73b66e53
commit c6bc8245a2
6 changed files with 6 additions and 11 deletions

View File

@@ -30,7 +30,7 @@
</md-content>
</md-sidenav>
<section layout="column" class="sg-app-content layout-fill" ui-view="module"><!-- admin module --></section>
<section layout="column" class="layout-fill" ui-view="module"><!-- admin module --></section>
</script>

View File

@@ -183,7 +183,7 @@
</md-content>
</md-sidenav>
<section layout="column" class="sg-app-content layout-fill" ui-view="addressbook"><!-- contacts list --></section>
<section layout="column" class="layout-fill" ui-view="addressbook"><!-- contacts list --></section>
</script>
<script type="text/ng-template" id="addressbook">

View File

@@ -188,7 +188,7 @@
</md-content>
</md-sidenav>
<section layout="column" class="sg-app-content layout-fill" ui-view="mailbox"><!-- messages list --></section>
<section layout="column" class="layout-fill" ui-view="mailbox"><!-- messages list --></section>
</script>
<script type="text/ng-template" id="UIxMailFolderTemplate">

View File

@@ -347,7 +347,7 @@
</md-sidenav>
<!-- Main section -->
<section layout="column" class="sg-app-content layout-fill"
<section layout="column" class="layout-fill"
ng-controller="CalendarListController as list">
<md-toolbar layout="row" layout-align="space-between center" class="toolbar-main" >
<var:component className="UIxTopnavToolbarTemplate" />

View File

@@ -178,10 +178,9 @@
//}
// App container for responsive
.sg-app-content {
body {
@include to(sm) {
width: 100%;
overflow-x: hidden;
width: 100%;
}
}

View File

@@ -13,10 +13,6 @@
}
body {
@include to(xs) {
overflow: hidden;
}
&.popup {
.viewer {
width: 100%;