Enable blank container for group settings page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-09-09 23:38:27 +02:00
parent 10b6a92481
commit 12ad9b4ba0
No known key found for this signature in database
GPG key ID: 161B5D6A44D3D88A
2 changed files with 8 additions and 3 deletions

View file

@ -156,12 +156,16 @@
* Add some extra stuff to panels
*
*/
.container-blank .panel .panel-heading {
font-size: 17px;
line-height: 38px;
}
.panel {
box-shadow: none;
.panel-heading {
font-size: 17px;
line-height: 38px;
.panel-heading {
.panel-head-actions {
position: relative;
top: -5px;

View file

@ -1,3 +1,4 @@
- @blank_container = true
.panel.panel-default
.panel-heading
%strong= @group.name