added svcapi ui and camunda code
[it/otf.git] / otf-frontend / client / src / app / shared / modules / create-test-form / create-test-form.component.scss
diff --git a/otf-frontend/client/src/app/shared/modules/create-test-form/create-test-form.component.scss b/otf-frontend/client/src/app/shared/modules/create-test-form/create-test-form.component.scss
new file mode 100644 (file)
index 0000000..124106c
--- /dev/null
@@ -0,0 +1,50 @@
+/*  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
+.slider {\r
+       overflow-y: hidden;\r
+       max-height: 500px; /* approximate max height */\r
+\r
+       transition-property: all;\r
+       transition-duration: .5s;\r
+       transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\r
+}\r
+\r
+.fa-spinner{\r
+       color: green;\r
+}\r
+\r
+.tsd {\r
+       width:100%; \r
+       height:100%; \r
+       background: orange\r
+}\r
+\r
+.centered {\r
+       position: absolute;\r
+       left: 50%;\r
+       top: 50%;\r
+       -webkit-transform: translate(-50%, -50%);\r
+       transform: translate(-50%, -50%);\r
+}\r
+\r
+.no-margin-tlb {\r
+       margin: -16px -16px -16px -16px;\r
+}\r
+\r
+.mbtn:focus {\r
+       outline: none;\r
+}
\ No newline at end of file