UNPKG

cronapp-framework-mobile-js

Version:
77 lines (56 loc) 1.48 kB
/* left-button-theme */ .left-button-theme-default { background: var(--colorDefault40, #3b448e); } .left-button-theme-positive { background: var(--colorPrimary40, #387ef5); } .left-button-theme-balanced { background: var(--colorSuccess40, #33cd5f); } .left-button-theme-energized { background: var(--colorWarning40, #ffc900); } .left-button-theme-assertive { background: var(--colorDanger40, #ef473a); } .left-button-theme-royal { background: var(--colorRoyal40, #886aea); } .left-button-theme-stable { background: var(--colorStable40, #f8f8f8); } .left-button-theme-light { background: var(--colorLight40, #ffffff); } .left-button-theme-dark { background: var(--colorDark40, #444444); } /* right-button-theme */ .right-button-theme-default { background: var(--colorDefault40, #3b448e); } .right-button-theme-positive { background: var(--colorPrimary40, #387ef5); } .right-button-theme-balanced { background: var(--colorSuccess40, #33cd5f); } .right-button-theme-energized { background: var(--colorWarning40, #ffc900); } .right-button-theme-assertive { background: var(--colorDanger40, #ef473a); } .right-button-theme-royal { background: var(--colorRoyal40, #886aea); } .right-button-theme-stable { background: var(--colorStable40, #f8f8f8); } .right-button-theme-light { background: var(--colorLight40, #ffffff); } .right-button-theme-dark { background: var(--colorDark40, #444444); }