mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* share file directive * share link phase 2 * share dialog * share dialog test * more documentation * add more meaningfully specification * Add description in the dialog
15 lines
232 B
SCSS
15 lines
232 B
SCSS
.spacer { flex: 1 1 auto; }
|
|
|
|
.adf-share-dialog .mat-dialog-actions .mat-button-wrapper {
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
.adf-share-link {
|
|
margin-left: 10px;
|
|
font-size: 18px !important;
|
|
}
|