diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-05-25 02:05:17 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-05-25 02:05:17 +0200 |
commit | 54a1eaf3b2176a41dcd2677eb64843638852c371 (patch) | |
tree | 56c0aa258a71bd17e421713d41cb9686e5024c92 /frontend/src/app/_modals/update-experiment-dialog/update-experiment-dialog.component.css | |
parent | cc7a29e73371b4b8546a43e3f9115507557a5259 (diff) | |
parent | 7f587b3feeeb3f59666176ec1cbcd8f450fe590d (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into Redesign
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.css | 21 |
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 |