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