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

44 lines
555 B
SCSS
Raw Normal View History

@media (max-width: 768px) {
.main-content {
padding: 30px 0px;
}
button {
font-size: small;
}
}
2019-05-23 17:48:54 +02:00
.menu-item {
width: 248px;
}
.more-horiz {
font-size: 28px;
color: #aaaaaa;
}
.new-dmp {
height: 3.5em;
}
2019-05-23 17:48:54 +02:00
.more-icon :hover {
2019-09-19 12:00:00 +02:00
color: #00b29f;
2019-05-23 17:48:54 +02:00
}
.export-btn {
padding-right: 6px;
}
2019-05-23 17:48:54 +02:00
::ng-deep .mat-tab-labels {
justify-content: space-between;
}
::ng-deep .mat-tab-label-content {
text-transform: uppercase;
}
2018-07-23 16:01:27 +02:00
2019-05-23 17:48:54 +02:00
::ng-deep .mat-ink-bar {
2019-09-19 12:00:00 +02:00
background-color: #00b29f !important;
// background-color: #0070c0 !important;
2018-07-23 16:01:27 +02:00
}