mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* theming barrel file for core * card-view theme * clipboard theme * rename core theme files * content services themes * process services theme * process services cloud theme * insights theming * try fix flaky test
54 lines
1.1 KiB
SCSS
Executable File
54 lines
1.1 KiB
SCSS
Executable File
@mixin adf-cloud-start-service-theme($theme) {
|
|
.adf {
|
|
&-start-process {
|
|
|
|
mat-form-field {
|
|
width: 100%;
|
|
}
|
|
|
|
.mat-form-field-label {
|
|
color: mat-color($mat-grey, A400);
|
|
}
|
|
|
|
mat-card-actions {
|
|
text-align: right;
|
|
|
|
.mat-button {
|
|
text-transform: uppercase !important;
|
|
}
|
|
}
|
|
}
|
|
&-title {
|
|
padding-bottom: 1.25em;
|
|
}
|
|
|
|
&-process-input-container {
|
|
mat-form-field {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
&-process-input-autocomplete {
|
|
display: flex;
|
|
|
|
button {
|
|
position: absolute;
|
|
right: -14px;
|
|
top: 0;
|
|
}
|
|
}
|
|
|
|
&-start-form-container {
|
|
.mat-card {
|
|
box-shadow: none !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
|
|
&-start-form-actions {
|
|
text-align: right !important;
|
|
}
|
|
}
|
|
|
|
}
|