Commit 12ad9b4b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Enable blank container for group settings page

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 10b6a924
......@@ -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;
......
- @blank_container = true
.panel.panel-default
.panel-heading
%strong= @group.name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment