summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/services-list/create-model/create-model.component.less
blob: a42c41285c031d041acba56aef67e31a1bf1c7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
select-list{
  width: 320px;
  height: 32px;
  line-height: 32px;
  margin: 35px auto;
  .select-list>span{
    text-align: right;
    width: 110px!important;
    line-height: 32px;
  }
}
.loading{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1001;
  text-align: center;
  background: transparent;
  p{
      color: #0DA9E2;
      text-align: center;
      position: absolute;
      width: 300px;
      height: 30px;
      line-height: 30px;
      top: 71%;
      left: 36%;
      margin-top: -150px;
      margin-left: -150px;
  }
  img{
      width: 300px;
      height: 300px;
      position: absolute;
      top: 50%;
      left: 36%;
      margin-top: -150px;
      margin-left: -150px;
  }
}