14 lines
220 B
CSS
14 lines
220 B
CSS
.botButtonActiveStyle{
|
|
height: 50px;
|
|
background-color: green;
|
|
}
|
|
|
|
.botButtonInactiveStyle{
|
|
height: 50px;
|
|
background-color: #dbdad9;
|
|
}
|
|
|
|
.botButtonBuyActionStyle{
|
|
height: 50px;
|
|
background-color: yellow;
|
|
} |