added svcapi ui and camunda code
[it/otf.git] / otf-frontend / client / src / app / layout / dashboard / dashboard.component.scss
diff --git a/otf-frontend/client/src/app/layout/dashboard/dashboard.component.scss b/otf-frontend/client/src/app/layout/dashboard/dashboard.component.scss
new file mode 100644 (file)
index 0000000..8099e27
--- /dev/null
@@ -0,0 +1,82 @@
+/*  Copyright (c) 2019 AT&T Intellectual Property.                             #\r
+#                                                                              #\r
+#   Licensed under the Apache License, Version 2.0 (the "License");            #\r
+#   you may not use this file except in compliance with the License.           #\r
+#   You may obtain a copy of the License at                                    #\r
+#                                                                              #\r
+#       http://www.apache.org/licenses/LICENSE-2.0                             #\r
+#                                                                              #\r
+#   Unless required by applicable law or agreed to in writing, software        #\r
+#   distributed under the License is distributed on an "AS IS" BASIS,          #\r
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #\r
+#   See the License for the specific language governing permissions and        #\r
+#   limitations under the License.                                             #\r
+##############################################################################*/\r
+\r
+\r
+\r
+mat-card img{\r
+    object-fit: cover; /*this makes de image in src fit to the size of specified below*/\r
+    width: 100%; /* Here you can use wherever you want to specify the width and also the height of the <img>*/\r
+    margin: 0;\r
+}\r
+\r
+.dropdown-toggle::after {\r
+    display:none;\r
+}\r
+\r
+mat-card-content {\r
+    padding: 0px !important;\r
+    padding-top: 0px !important;\r
+}\r
+\r
+.mat-icon-button {\r
+    height: 20px !important;\r
+    padding: 0px !important;\r
+}\r
+\r
+.col-md-4, .col-md-5{\r
+    padding: 0px;\r
+    margin: 0px;\r
+}\r
+.col-md-3{\r
+\r
+    padding:0px;\r
+    margin: 0px;\r
+}\r
+\r
+//\r
+.shadow{\r
+    -moz-box-shadow:    inset 0 0 0 4px #2b2b2b;\r
+    -webkit-box-shadow: inset 0 0 0 4px #2b2b2b;\r
+    box-shadow:         inset 0 0 0 4px #2b2b2b;\r
+}\r
+\r
+.COMPLETED-dash {\r
+    background-color: #0d47a1;\r
+    color: white;\r
+}\r
+\r
+.SUCCESS-dash {\r
+    background-color: #199700;\r
+    color: white;\r
+}\r
+\r
+.FAILURE-dash {\r
+    background-color: #dd2c00 !important;\r
+    color: white;\r
+}\r
+\r
+.STOPPED-dash {\r
+    background-color: #ff9100;\r
+    color: white;\r
+}\r
+\r
+.UNAUTHORIZED-dash {\r
+    background-color: #000000;\r
+    color: white;\r
+}\r
+\r
+.UNKNOWN-dash {\r
+    background-color: White;\r
+}
\ No newline at end of file