mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
72 lines
1.8 KiB
SCSS
72 lines
1.8 KiB
SCSS
/*!
|
|
* @license
|
|
* Copyright © 2005-2024 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
.adf-new-version-uploader-dialog {
|
|
&-list {
|
|
height: 400px;
|
|
}
|
|
|
|
&-upload {
|
|
height: 500px;
|
|
}
|
|
|
|
.adf-new-version-uploader-dialog-title {
|
|
flex: 0 0 auto;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
line-height: 1.6;
|
|
margin: 0;
|
|
letter-spacing: -0.5px;
|
|
color: var(--adf-theme-foreground-text-color-087);
|
|
}
|
|
|
|
.adf-new-version-uploader-dialog-content {
|
|
padding: 0;
|
|
flex: 1 1 auto;
|
|
position: relative;
|
|
max-height: 100vh;
|
|
overflow: hidden;
|
|
}
|
|
|
|
&-actions {
|
|
/* stylelint-disable-next-line shorthand-property-no-redundant-values */
|
|
padding: 8px 8px 24px 8px;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
color: var(--adf-theme-foreground-text-color-054);
|
|
|
|
button {
|
|
text-transform: uppercase;
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
.adf-version-list-container {
|
|
.adf-version-list {
|
|
height: 250px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
}
|
|
|
|
.adf-version-list-element {
|
|
overflow: auto;
|
|
}
|
|
}
|
|
}
|