Web: Components: added main button styles

This commit is contained in:
Dmitry Sychugov 2021-11-02 13:31:18 +05:00
parent 886e1baf89
commit b42a30acda

View File

@ -167,6 +167,18 @@ const Base = {
bodyPadding: "16px 0",
},
mainButtonMobile: {
dropDown: {
right: "15%",
bottom: "15%",
width: "400px",
},
dropDownItem: {
padding: "10px",
},
},
mainButton: {
backgroundColor: orangeMain,
disableBackgroundColor: orangeDisabled,