29 lines
403 B
Plaintext
29 lines
403 B
Plaintext
|
|
.rw {
|
||
|
|
&-stat-row {
|
||
|
|
margin-bottom: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
&-stat-suffix {
|
||
|
|
font-size: 12px;
|
||
|
|
color: #999;
|
||
|
|
}
|
||
|
|
|
||
|
|
&-note {
|
||
|
|
padding: 8px 12px;
|
||
|
|
background: #f6f8fa;
|
||
|
|
border-radius: 6px;
|
||
|
|
font-size: 13px;
|
||
|
|
color: #555;
|
||
|
|
margin-bottom: 16px;
|
||
|
|
border: 1px solid #e8e8e8;
|
||
|
|
}
|
||
|
|
|
||
|
|
&-project-name {
|
||
|
|
font-weight: 500;
|
||
|
|
}
|
||
|
|
|
||
|
|
&-customer-name {
|
||
|
|
font-size: 12px;
|
||
|
|
color: #999;
|
||
|
|
}
|
||
|
|
}
|