mirror of
https://github.com/wassname/talk.git
synced 2026-07-02 07:22:37 +08:00
10 lines
173 B
CSS
10 lines
173 B
CSS
.type--approve {
|
|
background: #00796b;
|
|
color: rgba(255, 255, 255, 0.901961);
|
|
}
|
|
|
|
.type--reject {
|
|
background: #d32f2f ;
|
|
color: rgba(255, 255, 255, 0.901961);
|
|
}
|