summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/services-list/create-model/create-model.component.less
blob: fdee93c89119fc2f69036c1a6eacc041fe93f219 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.select-list{
  width: 320px;
  height: 32px;
  line-height: 32px;
  margin: 35px auto;
  .select-list>span{
    display:inline-block;
    text-align: right;
    line-height: 32px;
  }
  nz-select{
    width: 176px;
    float: right;
  }
  &.checkbox{ 
    margin: 0 auto;
    line-height: 32px;
    input[type="checkbox"]{
      zoom: 1.3; 
      width: 140px;
    }
  }
}
::ng-deep nz-modal button.ant-btn {
  margin-top:20px !important;
}

.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;
  }
}