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

48 lines
788 B
SCSS
Raw Normal View History

2019-05-29 12:19:16 +02:00
.input-btn {
border: none;
2019-05-23 17:48:54 +02:00
color: #aaaaaa;
2019-05-29 12:19:16 +02:00
background-color: #ffffff00;
cursor: pointer;
2019-05-23 17:48:54 +02:00
}
2019-05-29 12:19:16 +02:00
.input-btn :hover {
2023-02-10 14:08:23 +01:00
color: var(--primary-color-3) !important;
2019-05-23 17:48:54 +02:00
}
2019-05-29 12:19:16 +02:00
// .icon-btn {
// font-size: 22px !important;
// color: #aaaaaa;
// }
// .mat-icon-button :hover {
// color: #4687f0 !important;
// }
2019-05-23 17:48:54 +02:00
.version-menu {
2019-05-29 12:19:16 +02:00
display: flex;
flex-wrap: nowrap;
flex-direction: column;
background-color: rgba(250, 250, 250, 1);
border: 1px solid #ececec;
padding-top: 1em;
margin-top: 2em;
margin-right: 2em;
font-size: 12px;
2019-05-23 17:48:54 +02:00
}
.version-menu mat-icon {
2023-02-10 14:08:23 +01:00
color: var(--primary-color-3);
2019-05-23 17:48:54 +02:00
}
::ng-deep .mat-form-field-appearance-legacy .mat-form-field-wrapper {
padding-bottom: 1.25em;
}
2020-07-01 17:33:16 +02:00
.cost-placeholder {
text-decoration: underline;
}
.cost-add {
margin-top: 1em;
}