fabasoad/business-card

View on GitHub
src/styles/base/_settings.scss

Summary

Maintainability
Test Coverage
// Colors
$blue: #2c3e50;
$dark-blue: #0f161d;
$dark-grey: #212529;
$dark-orange: #9f5501;
$dark-white: #d3ddec;
$grey: #333;
$light-blue: #2c3e5033;
$orange: #e87e04;
$white: #f4f5f6;
// Spacing
$s-size: 1.2rem;
$m-size: 1.6rem;
$l-size: 3.2rem;
$xl-size: 4.8rem;
// Screen size
$mobile-breakpoint: 320px;
$tablet-breakpoint: 481px;
$small-desktop-breakpoint: 768px;
$desktop-breakpoint: 1025px;
$tv-breakpoint: 1201px;