[30940] Optimize styling of heading

https://community.openproject.com/wp/30940
pull/7657/head
Oliver Günther 5 years ago
parent 8ec66a809f
commit 4b43a8d674
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 1
      frontend/src/app/modules/common/editable-toolbar-title/editable-toolbar-title.sass
  2. 3
      frontend/src/app/modules/grids/widgets/header/header.component.sass
  3. 3
      frontend/src/app/modules/grids/widgets/menu/widget-menu.component.css
  4. 1
      frontend/src/app/modules/grids/widgets/menu/widget-menu.component.ts

@ -14,6 +14,7 @@
color: darken(#5F5F5F, 20%)
.editable-toolbar-title--input
padding-left: 5px
color: #5F5F5F
&.-changed

@ -1,2 +1,5 @@
.icon-context
padding-top: 5px
.widget-box--header-title
padding-right: 5px

@ -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 {
}

Loading…
Cancel
Save