15 lines
225 B
Plaintext
15 lines
225 B
Plaintext
|
|
.uni-stat-card-header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: #555;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
padding: 10px 0;
|
|
margin-bottom: 15px;
|
|
}
|
|
.uni-stat-card-header-link {
|
|
cursor: pointer;
|
|
}
|
|
|