Skip to content
Snippets Groups Projects
Commit 57dd24ca authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

styling

parent 95e75d69
Branches
Tags
No related merge requests found
...@@ -2,9 +2,10 @@ ...@@ -2,9 +2,10 @@
'dialog-action-buttons': true, 'dialog-action-buttons': true,
'no-spacing': (spacing === false) 'no-spacing': (spacing === false)
}"> }">
<mat-divider *ngIf="showDivider"></mat-divider>
<div fxLayoutAlign="end"> <div fxLayoutAlign="end">
<div fxLayout="row-reverse" fxLayoutGap="10px" class="buttons"> <div fxLayout="row-reverse"
fxLayoutGap="10px"
class="buttons">
<button <button
[disabled]="confirmButtonDisabled" [disabled]="confirmButtonDisabled"
*ngIf="confirmButtonClickAction !== undefined" *ngIf="confirmButtonClickAction !== undefined"
...@@ -13,7 +14,10 @@ ...@@ -13,7 +14,10 @@
class="mat-flat-button {{ confirmButtonType }}-confirm-button" class="mat-flat-button {{ confirmButtonType }}-confirm-button"
attr.aria-labelledby="{{ ariaPrefix + 'confirm' | translate }}" attr.aria-labelledby="{{ ariaPrefix + 'confirm' | translate }}"
(click)="performConfirmButtonClickAction()" (click)="performConfirmButtonClickAction()"
><mat-icon *ngIf="buttonIcon" style="margin-right: 5px;">{{buttonIcon}}</mat-icon>{{ buttonsLabelSection + '.' + confirmButtonLabel | translate}} >
<mat-icon *ngIf="buttonIcon"
style="margin-right: 5px;">{{buttonIcon}}</mat-icon>
{{ buttonsLabelSection + '.' + confirmButtonLabel | translate}}
<mat-icon *ngIf="showLoadingCycle"> <mat-icon *ngIf="showLoadingCycle">
<mat-spinner diameter="20"></mat-spinner> <mat-spinner diameter="20"></mat-spinner>
</mat-icon> </mat-icon>
......
...@@ -170,12 +170,12 @@ h1 { ...@@ -170,12 +170,12 @@ h1 {
background-color: var(--on-dialog) !important; background-color: var(--on-dialog) !important;
} }
.userActivityIcon{ .userActivityIcon {
width:25px; width: 25px;
height:25px; height: 25px;
margin-left:25px; margin-left: 25px;
margin-bottom:5px; margin-bottom: 5px;
background-color:var(--on-background); background-color: var(--primary);
-webkit-mask-image: url("../../../../assets/icons/activity.svg"); -webkit-mask-image: url("../../../../assets/icons/activity.svg");
mask-image: url("../../../../assets/icons/activity.svg"); mask-image: url("../../../../assets/icons/activity.svg");
mask-repeat: no-repeat; mask-repeat: no-repeat;
...@@ -183,7 +183,8 @@ h1 { ...@@ -183,7 +183,8 @@ h1 {
mask-size: 100% 100%; mask-size: 100% 100%;
} }
.userActivityTxt{ .userActivityTxt {
color:var(--on-background); color: var(--primary);
margin-left:15px; margin-left: 5px;
font-size: 14px;
} }
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
box-shadow: none !important; box-shadow: none !important;
right: -75px; right: -75px;
background-color: transparent !important; background-color: transparent !important;
color: var(--green) !important; color: var(--primary) !important;
animation:popin-shadow 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) both; animation:popin-shadow 0.4s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
} }
} }
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
background-color:var(--green) !important; background-color:var(--primary) !important;
-webkit-mask-image: url("../../../../../assets/icons/activity.svg"); -webkit-mask-image: url("../../../../../assets/icons/activity.svg");
mask-image: url("../../../../../assets/icons/activity.svg"); mask-image: url("../../../../../assets/icons/activity.svg");
mask-repeat: no-repeat; mask-repeat: no-repeat;
......
...@@ -123,7 +123,7 @@ export class CloudParameters { ...@@ -123,7 +123,7 @@ export class CloudParameters {
this.question = ''; this.question = '';
this.textTransform = CloudTextStyle.capitalized; this.textTransform = CloudTextStyle.capitalized;
this.cloudWeightSettings = [ this.cloudWeightSettings = [
{ maxVisibleElements: elements, color: '#c1c1c1', rotation: 0, allowManualTagNumber: true }, { maxVisibleElements: elements, color: '#C0C0C0', rotation: 0, allowManualTagNumber: true },
{ maxVisibleElements: elements, color: '#d98e49', rotation: 0, allowManualTagNumber: true }, { maxVisibleElements: elements, color: '#d98e49', rotation: 0, allowManualTagNumber: true },
{ maxVisibleElements: elements, color: '#ccca3c', rotation: 0, allowManualTagNumber: true }, { maxVisibleElements: elements, color: '#ccca3c', rotation: 0, allowManualTagNumber: true },
{ maxVisibleElements: elements, color: '#83e761', rotation: 0, allowManualTagNumber: true }, { maxVisibleElements: elements, color: '#83e761', rotation: 0, allowManualTagNumber: true },
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment