9 lines
105 B
CSS
9 lines
105 B
CSS
|
.header {
|
||
|
font-size: 16px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.status {
|
||
|
font-size: 12px;
|
||
|
color: red;
|
||
|
}
|