mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
43 lines
779 B
SCSS
43 lines
779 B
SCSS
@import 'styles/mat-selectors';
|
|
|
|
.adf-new-version-radio-group {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.adf-new-version-radio-button {
|
|
margin: 5px;
|
|
margin-top: 2px;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.adf-version-upload-buttons {
|
|
padding-top: 18px;
|
|
padding-bottom: 5px;
|
|
display: flex;
|
|
float: right;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
|
|
.adf-version-upload {
|
|
.adf-new-version-max-width {
|
|
padding-top: 2px;
|
|
width: 100%;
|
|
float: right;
|
|
|
|
#{$mat-floating-label} {
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
#{$mat-form-field-infix} {
|
|
padding-top: 12px;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.adf-new-version-text-area {
|
|
resize: none;
|
|
}
|
|
}
|
|
}
|