fix(default-style): Re added default CSS class #108 (#109)

This commit is contained in:
Choubakawa 2022-03-07 20:44:31 +01:00 committed by GitHub
parent deba914161
commit f4d18eaf7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,12 @@ button {
/* Brand Styles
*/
/* Default */
.button.button-default {
color: #ffffff;
background-color: #0085ff;
}
/* Discord */
.button.button-discord {
color: #ffffff;
@ -349,4 +355,4 @@ button {
.button.button-ghost {
color: #000;
background-color: #fff;
}
}