blob: 4f8f996aea20647a316b5805888866aad7463721 (
plain)
1
2
3
4
|
$font-stack-system: "Roboto", "Helvetica", "Arial", sans-serif;
$heading-font-family: "Roboto", "Helvetica", "Arial", sans-serif;
$all-buttons: 'button, input[type="button"], input[type="submit"]';
$all-text-inputs: 'input[type="text"], input[type="password"], input[type="email"], input[type="tel"]';
|