build: output files to dir
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
.value-box {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
|
||||
.value-healthy {
|
||||
color: var(--ant-green-6);
|
||||
}
|
||||
|
||||
.value-warning {
|
||||
color: var(--ant-gold-6);
|
||||
}
|
||||
|
||||
.value-danger {
|
||||
color: var(--ant-red-6);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user