-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathroot.css
More file actions
23 lines (21 loc) · 857 Bytes
/
Copy pathroot.css
File metadata and controls
23 lines (21 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@custom-media --view-xs screen and (min-width: 360px);
@custom-media --view-sm screen and (min-width: 480px);
@custom-media --view-smm screen and (min-width: 481px);
@custom-media --view-md screen and (min-width: 768px);
@custom-media --view-mdd screen and (min-width: 769px);
@custom-media --view-lg screen and (min-width: 1024px);
@custom-media --view-lgg screen and (min-width: 1025px);
@custom-media --view-xl screen and (min-width: 1280px);
@custom-media --view-xll screen and (min-width: 1281px);
:root {
--font-default: "Hiragino Sans", "Noto Sans JP", メイリオ, Meiryo,
"MS Pゴシック", "MS PGothic", sans-serif;
--color-gold: #ffbc0d;
--color-red: #db0007;
--color-white: #fff;
--color-black: #000;
--color-black-charcoal: #2d2d2d;
--color-grey-light: #f7f7f7;
--color-kraft: #b69a81;
--color-muted: #939292;
}