You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
129 B
Plaintext

.btn-green{
background: rgba(0,182,102,0.05);
color: #00b666;
}
.btn-blue{
color: #7C9EDD;
background-color: #E7F3FF;
}