FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
frontend/ui/src/pasteup.js at test · devhttps/frontend · GitHub
devhttps
/
frontend
Public
forked from
guardian/frontend
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
frontend
/
ui
/
src
/
pasteup.js
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (43 loc) · 952 Bytes
Breadcrumbs
frontend
/
ui
/
src
/
pasteup.js
Copy path
File metadata and controls
47 lines (43 loc) · 952 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
//
@flow
// these are also available in sass as sass-like variables:
// e.g. a.b.c => $a-b-c
export
const
font
=
{
size
:
{
small
:
'12px'
,
default
:
'16px'
,
}
,
}
;
export
const
colour
=
{
brandBlue
:
'#005689'
,
brandBlueDark
:
'#00456e'
,
features
:
{
main1
:
'#7d0068'
,
main2
:
'#b82266'
,
support1
:
'#951c55'
,
support2
:
'#4e0375'
,
support3
:
'#fdadba'
,
support4
:
'#dc2a7d'
,
}
,
news
:
{
main1
:
'#005689'
,
main2
:
'#4bc6df'
,
support1
:
'#aad8f1'
,
support2
:
'#197caa'
,
support3
:
'#69d1ca'
,
support4
:
'#66a998'
,
support5
:
'#aad801'
,
support6
:
'#63717a'
,
support7
:
'#484f53'
,
support8
:
'#74e7ff'
,
}
,
}
;
export
const
breakpoints
=
{
mobile
:
320
,
mobileMedium
:
360
,
mobileLandscape
:
480
,
phablet
:
660
,
tablet
:
740
,
desktop
:
980
,
leftCol
:
1140
,
wide
:
1300
,
}
;
Back
|
FazBrowse Home
|
New Git URL