mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
26 lines
391 B
SCSS
26 lines
391 B
SCSS
.adf-new-version-radio-group {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.adf-new-version-radio-button {
|
|
margin: 5px;
|
|
}
|
|
|
|
.adf-version-upload-buttons {
|
|
display: flex;
|
|
float: right;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
|
|
.adf-new-version-max-width {
|
|
width: 100%;
|
|
float: right;
|
|
}
|
|
|
|
.adf-new-version-text-area {
|
|
resize: none !important;
|
|
}
|
|
|