aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/hidden-layer/hidden-layer.component.css
diff options
context:
space:
mode:
authorTAMARA JERINIC <tamara.jerinic@gmail.com>2022-04-25 04:30:57 +0200
committerTAMARA JERINIC <tamara.jerinic@gmail.com>2022-04-25 04:31:57 +0200
commit636d944d3fabbf3b42b3b316756a52a777657d03 (patch)
tree8a72fa23e892f7df2c164793aaab8ce327cf067e /frontend/src/app/_elements/hidden-layer/hidden-layer.component.css
parentab189290f561656996a6b39cdc2e4ae7c48b3b19 (diff)
Ažurirana komponenta form-model, izbrisana komponenta hidden-layer.
Diffstat (limited to 'frontend/src/app/_elements/hidden-layer/hidden-layer.component.css')
-rw-r--r--frontend/src/app/_elements/hidden-layer/hidden-layer.component.css17
1 files changed, 0 insertions, 17 deletions
diff --git a/frontend/src/app/_elements/hidden-layer/hidden-layer.component.css b/frontend/src/app/_elements/hidden-layer/hidden-layer.component.css
deleted file mode 100644
index dd96e0c5..00000000
--- a/frontend/src/app/_elements/hidden-layer/hidden-layer.component.css
+++ /dev/null
@@ -1,17 +0,0 @@
-.container{
-
- text-align: justify;
- border: 1px solid white;
- border-radius: 5px;
- padding: 0;
- color: white!important;
- background-color: var(--ns-bg-dark-100) !important;
-
-}
-mat-form-field{
- font-size: 10px;
-}
-input{
- background-color: #004165;
- color: aliceblue;
-} \ No newline at end of file