|
|
@ -12,7 +12,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
._app, ._content { overflow: visible; }
|
|
|
|
._app, ._content { overflow: visible; }
|
|
|
|
|
|
|
|
|
|
|
|
._container, ._sidebar {
|
|
|
|
._container {
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding-top: $headerHeight;
|
|
|
|
padding-top: $headerHeight;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -21,26 +21,22 @@
|
|
|
|
position: static;
|
|
|
|
position: static;
|
|
|
|
height: auto;
|
|
|
|
height: auto;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: .75rem 1rem 2rem;
|
|
|
|
padding: .75rem 1rem 0;
|
|
|
|
|
|
|
|
|
|
|
|
&:before { content: none; }
|
|
|
|
&:before { content: none; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
._booting:before, ._content-loading:before { font-size: 3rem; }
|
|
|
|
._booting:before, ._content-loading:before { font-size: 3rem; }
|
|
|
|
|
|
|
|
|
|
|
|
._header, ._footer {
|
|
|
|
._header { position: fixed; }
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
._header, ._list, ._footer {
|
|
|
|
._header, ._list, ._sidebar-footer {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
border-right: 0;
|
|
|
|
border-right: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
._settings { position: static; }
|
|
|
|
._settings { position: relative; }
|
|
|
|
._settings ._sidebar { padding-bottom: $headerHeight; }
|
|
|
|
|
|
|
|
._settings-tabs { display: block; }
|
|
|
|
._settings-tabs { display: block; }
|
|
|
|
._header ._settings-btn { width: auto; }
|
|
|
|
._header ._settings-btn { width: auto; }
|
|
|
|
|
|
|
|
|
|
|
@ -61,11 +57,13 @@
|
|
|
|
// Sidebar
|
|
|
|
// Sidebar
|
|
|
|
|
|
|
|
|
|
|
|
._sidebar {
|
|
|
|
._sidebar {
|
|
|
|
position: static;
|
|
|
|
position: relative;
|
|
|
|
min-height: 100%;
|
|
|
|
min-height: 100%;
|
|
|
|
overflow: visible;
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
._resizer { display: none; }
|
|
|
|
|
|
|
|
|
|
|
|
._list-item {
|
|
|
|
._list-item {
|
|
|
|
white-space: normal;
|
|
|
|
white-space: normal;
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-wrap: break-word;
|
|
|
|