mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 12:53:19 +08:00
25 lines
339 B
CSS
25 lines
339 B
CSS
.actionButton {
|
|
transform: scale(.8);
|
|
margin: 0;
|
|
}
|
|
|
|
.minimal {
|
|
width: 45px;
|
|
min-width: 0;
|
|
}
|
|
|
|
.approve__active {
|
|
box-shadow: none;
|
|
color: white;
|
|
background-color: #519954;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
.reject__active, .rejected__active {
|
|
color: white;
|
|
background-color: #D03235;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
}
|
|
|