Skip to content

Commit

Permalink
[30940] Optimize styling of heading
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Sep 9, 2019
1 parent 8ec66a8 commit 4b43a8d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
color: darken(#5F5F5F, 20%)

.editable-toolbar-title--input
padding-left: 5px
color: #5F5F5F

&.-changed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
.icon-context
padding-top: 5px

.widget-box--header-title
padding-right: 5px
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:host {
align-self: center;
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import {WidgetAbstractMenuComponent} from "core-app/modules/grids/widgets/menu/w
@Component({
selector: 'widget-menu',
templateUrl: './widget-menu.component.html',
styleUrls: ['./widget-menu.component.css']
})
export class WidgetMenuComponent extends WidgetAbstractMenuComponent {
}

0 comments on commit 4b43a8d

Please sign in to comment.