added optional FullScreenLayout
This commit is contained in:
Родитель
b6f84f613c
Коммит
7f3a52a920
|
@ -0,0 +1,6 @@
|
|||
@inherits LayoutComponentBase
|
||||
@layout MainLayout
|
||||
|
||||
<div class="full-screen">
|
||||
@Body
|
||||
</div>
|
|
@ -44,4 +44,9 @@ a.k-link.k-state-selected {
|
|||
.k-window-titlebar {
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
|
||||
.full-screen > h1 {
|
||||
padding: 1em;
|
||||
background-color: $base-bg;
|
||||
}
|
Загрузка…
Ссылка в новой задаче