summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/styles/app.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/styles/app.scss')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/styles/app.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/styles/app.scss b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/styles/app.scss
index ed545d73..1c8fdd8e 100644
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/styles/app.scss
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/styles/app.scss
@@ -63,7 +63,13 @@ table {
}
.modal-dialog {
- max-width: 565px;
+ max-width: 70%;
+}
+
+.modal-dialog-ss {
+ max-width: 60%;
+ padding-left: 30%;
+ padding-top: 10%;
}
.btn{
@@ -120,3 +126,7 @@ table {
.mat-grid-tile .mat-figure{top:87;left:0;right:0;bottom:0;position:absolute;display:flex;align-items:initial !important;justify-content:flex-start !important;height:100%;padding:0;margin:0}
.mat-ink-bar{ height: 0px !important;}
.mat-tab-label{font-weight: 1000;}
+
+.Greetings{
+ color: green;
+}