13 lines
120 B
SCSS
13 lines
120 B
SCSS
#tx-details {
|
|
.action-created.action-accepted {
|
|
color: green;
|
|
}
|
|
|
|
.action-rejected {
|
|
color: red;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|