💄 Add Reject and Join buttons
This commit is contained in:
@@ -107,6 +107,12 @@ svg_text_button!(RegisterButton, REGISTER_BUTTON, RegisterText);
|
|||||||
svg_text_icon!(LoginText, "LOGIN");
|
svg_text_icon!(LoginText, "LOGIN");
|
||||||
svg_text_button!(LoginButton, LOGIN_BUTTON, LoginText);
|
svg_text_button!(LoginButton, LOGIN_BUTTON, LoginText);
|
||||||
|
|
||||||
|
svg_text_icon!(JoinText, "JOIN");
|
||||||
|
svg_text_button!(JoinButton, JOIN_BUTTON, JoinText);
|
||||||
|
|
||||||
|
svg_text_icon!(RejectText, "REJECT");
|
||||||
|
svg_text_button!(RejectButton, REJECT_BUTTON, RejectText);
|
||||||
|
|
||||||
svg_text_icon!(SuccessText, "OK");
|
svg_text_icon!(SuccessText, "OK");
|
||||||
svg_text_button!(SuccessButton, SUCCESS_BUTTON, SuccessText);
|
svg_text_button!(SuccessButton, SUCCESS_BUTTON, SuccessText);
|
||||||
|
|
||||||
|
@@ -53,6 +53,14 @@
|
|||||||
@include button(secondary, 90);
|
@include button(secondary, 90);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.join-button {
|
||||||
|
@include button(secondary, 90);
|
||||||
|
}
|
||||||
|
|
||||||
|
.reject-button {
|
||||||
|
@include button(critical, 90);
|
||||||
|
}
|
||||||
|
|
||||||
.success-button {
|
.success-button {
|
||||||
@include button(success, 100);
|
@include button(success, 100);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user