added svcapi ui and camunda code
[it/otf.git] / otf-frontend / client / src / app / shared / modules / create-test-form / create-test-form.component.scss
1 /*  Copyright (c) 2019 AT&T Intellectual Property.                             #\r
2 #                                                                              #\r
3 #   Licensed under the Apache License, Version 2.0 (the "License");            #\r
4 #   you may not use this file except in compliance with the License.           #\r
5 #   You may obtain a copy of the License at                                    #\r
6 #                                                                              #\r
7 #       http://www.apache.org/licenses/LICENSE-2.0                             #\r
8 #                                                                              #\r
9 #   Unless required by applicable law or agreed to in writing, software        #\r
10 #   distributed under the License is distributed on an "AS IS" BASIS,          #\r
11 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #\r
12 #   See the License for the specific language governing permissions and        #\r
13 #   limitations under the License.                                             #\r
14 ##############################################################################*/\r
15 \r
16 \r
17 .slider {\r
18         overflow-y: hidden;\r
19         max-height: 500px; /* approximate max height */\r
20 \r
21         transition-property: all;\r
22         transition-duration: .5s;\r
23         transition-timing-function: cubic-bezier(0, 1, 0.5, 1);\r
24 }\r
25 \r
26 .fa-spinner{\r
27         color: green;\r
28 }\r
29 \r
30 .tsd {\r
31         width:100%; \r
32         height:100%; \r
33         background: orange\r
34 }\r
35 \r
36 .centered {\r
37         position: absolute;\r
38         left: 50%;\r
39         top: 50%;\r
40         -webkit-transform: translate(-50%, -50%);\r
41         transform: translate(-50%, -50%);\r
42 }\r
43 \r
44 .no-margin-tlb {\r
45         margin: -16px -16px -16px -16px;\r
46 }\r
47 \r
48 .mbtn:focus {\r
49         outline: none;\r
50 }