1234567891011121314151617181920212223242526 |
- .button {
- &.simple {
- border: 0;
- box-shadow: none;
- font-weight: 100;
- border-radius: 3px;
- }
- &.simple-large {
- font-family: "Dosis", sans-serif;
- font-size: 24px;
- padding: 24px 62px;
- }
- &.simple-green {
- background: #5DB055;
- }
- &.simple-orange {
- background: #DE9525;
- }
- &.simple-dark {
- background: #457380;
- }
- }
|