argos/dmp-frontend/src/app/ui/dmp/editor/dmp-editor.component.scss

30 lines
402 B
SCSS

.menu-item {
width: 248px;
}
.more-horiz {
font-size: 28px;
color: #aaaaaa;
}
.new-dmp {
height: 3.5em;
}
.more-icon :hover {
color: #00b29f;
}
::ng-deep .mat-tab-labels {
justify-content: space-between;
}
::ng-deep .mat-tab-label-content {
text-transform: uppercase;
}
::ng-deep .mat-ink-bar {
background-color: #00b29f !important;
// background-color: #0070c0 !important;
}