File size: 408 Bytes
c9d0005
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.encryption-view {
  display: inline-flex;
  align-items: center;
  .line-label {
    margin-right: 5px;
  }

  .icon-text {
    height: 22px;
    margin: 0 3px;
    color: #3f7ffb;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
  }

  .line-span {
    display: flex;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
  }

  .encry-content {
    margin-right: 5px;
  }
}