Skip to content

Commit

Permalink
Web: Components: added main button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sychugov committed Nov 2, 2021
1 parent 886e1ba commit b42a30a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/asc-web-components/themes/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b42a30a

Please sign in to comment.