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

44 lines
555 B
SCSS

@media (max-width: 768px) {
.main-content {
padding: 30px 0px;
}
button {
font-size: small;
}
}
.menu-item {
width: 248px;
}
.more-horiz {
font-size: 28px;
color: #aaaaaa;
}
.new-dmp {
height: 3.5em;
}
.more-icon :hover {
color: #00b29f;
}
.export-btn {
padding-right: 6px;
}
::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;
}