UNPKG

@userfrosting/theme-pink-cupcake

Version:
22 lines (18 loc) 561 B
// // Typography // @global-font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; // // Theme Color // @global-theme-color: #ee6e73; // // Backgrounds // @global-secondary-background: #38424d; @global-info-background: #0dcaf0; @global-primary-background-lighten: rgb(233, 242, 249); @global-success-background-lighten: rgb(233, 242, 219); @global-danger-background-lighten: rgb(246, 227, 226); @global-warning-background-lighten: rgb(253, 242, 222); @global-info-background-lighten: lighten(tint(@global-info-background, 40%), 25%);