10 lines
125 B
CSS
10 lines
125 B
CSS
.fa-check-square {
|
|
float: right;
|
|
color: green;
|
|
}
|
|
|
|
.fa-exclamation-triangle {
|
|
float: right;
|
|
color: orange;
|
|
}
|
|
|