aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.css
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-05-25 00:33:30 +0200
committerSonja Galovic <galovicsonja@gmail.com>2022-05-25 00:33:30 +0200
commit3b552e38b263cff042578ee866063dc19c1c3ea7 (patch)
tree9cf43e963878239d27d8c958fc3d9cb25bf77bd6 /frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.css
parent912e682e1431489b07cd25519b183fd0aeda787e (diff)
Opcije Update i Save As za experiment. Napravljena dijalog komponenta.
Diffstat (limited to 'frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.css')
-rw-r--r--frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.css b/frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.css
new file mode 100644
index 00000000..551a4e21
--- /dev/null
+++ b/frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.css
@@ -0,0 +1,21 @@
+#btnYes {
+ background-color: var(--offwhite);
+ color: var(--ns-bg-dark-100);
+}
+
+#btnNo {
+ color: gray;
+}
+
+.wrongInput {
+ color: var(--ns-warn);
+ font-size: 11px;
+}
+
+::ng-deep.mat-dialog-content {
+ overflow: visible;
+}
+
+.hidden-class {
+ opacity: 0;
+} \ No newline at end of file