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