Поддержка иконок для заголовков панелей

This commit is contained in:
SleepWalker
2016-01-09 13:59:42 +02:00
parent 8bb485d1e0
commit d2192b6057
4 changed files with 31 additions and 29 deletions

View File

@@ -18,11 +18,17 @@
}
.headerControl {
composes: black from './buttons.scss';
float: left;
line-height: 1;
border-right: 1px solid lighter($black);
overflow: hidden;
height: 49px;
width: 49px;
padding: 0;
border-right: 1px solid lighter($black);
line-height: 1;
text-align: center;
}
.body {