Newer
Older
page-workbench {
.group{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.icon-left{
font-size: 22px;
margin-right: 10px;
}
.count{
display: inline-block;
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
60
61
62
63
64
65
width: 16px;
height: 16px;
border-radius: 16px;
background-color: #f36b35;
color: white;
text-align: center;
margin-left: 5px;
}
.icon-right{
float: right
}
.icon1{
color: #0faeff
}
.icon2{
color: #f3a035
}
.icon3{
color: #46b452
}
.icon4{
color: #e54bcd
}
.wait{
width: 100%;
height: 100%;
}
.title-icon{
height: 20px;
width: 20px;
margin-right: 5px;
}
.group-left{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
box-sizing: border-box;
}
}