variables.css (931B)
1 /** 2 * React Starter Kit (https://www.reactstarterkit.com/) 3 * 4 * Copyright © 2014-present Kriasoft, LLC. All rights reserved. 5 * 6 * This source code is licensed under the MIT license found in the 7 * LICENSE.txt file in the root directory of this source tree. 8 */ 9 10 :root { 11 /* 12 * Typography 13 * ======================================================================== */ 14 15 --font-family-base: 'Segoe UI', 'HelveticaNeue-Light', sans-serif; 16 17 /* 18 * Layout 19 * ======================================================================== */ 20 21 --max-content-width: 1000px; 22 23 /* 24 * Media queries breakpoints 25 * ======================================================================== */ 26 27 --screen-xs-min: 480px; /* Extra small screen / phone */ 28 --screen-sm-min: 768px; /* Small screen / tablet */ 29 --screen-md-min: 992px; /* Medium screen / desktop */ 30 --screen-lg-min: 1200px; /* Large screen / wide desktop */ 31 }