reimbursinator/front/static/css/style.css

10 lines
124 B
CSS
Raw Normal View History

.fa-check-square {
float: right;
color: green;
}
.fa-exclamation-triangle {
float: right;
2019-02-20 06:42:30 +00:00
color: orange;
}