Маленький рефакторинг PanelTransition

This commit is contained in:
SleepWalker
2016-02-06 12:02:23 +02:00
parent 57d30f1c79
commit d1e8718d74
5 changed files with 94 additions and 87 deletions

View File

@@ -11,6 +11,8 @@ $headerHeight: 60px;
box-sizing: border-box;
height: $headerHeight;
border-bottom: 1px solid lighter($black);
position: relative;
overflow: hidden;
font-family: $font-family-title;
text-align: center;
@@ -37,6 +39,7 @@ $bodyLeftRightPadding: 20px;
$bodyTopBottomPadding: 15px;
.body {
overflow: hidden;
padding: $bodyTopBottomPadding $bodyLeftRightPadding;
color: #ccc;
font-size: 18px;
@@ -60,13 +63,11 @@ $bodyTopBottomPadding: 15px;
}
.footer {
display: flex;
position: relative;
overflow: hidden;
height: 50px;
> * {
flex-grow: 1;
}
button { // TODO: добавленно временно, пока не устаканится лейаут панелек
button {
width: 100%;
}
}