FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
frontend/static/src/stylesheets/base/_base.scss at master · 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
/
static
/
src
/
stylesheets
/
base
/
_base.scss
Copy path
More file actions
More file actions
Latest commit
History
History
History
109 lines (92 loc) · 1.79 KB
Breadcrumbs
frontend
/
static
/
src
/
stylesheets
/
base
/
_base.scss
Copy path
File metadata and controls
109 lines (92 loc) · 1.79 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
html
{
overflow-y
:
scroll
;
&
.iframed
{
overflow-y
:
auto
;
}
&
.iframed--overflow-hidden
{
overflow
:
hidden
;
}
}
body
{
background-color
:
#ffffff
;
}
.is-modern
.has-membership-access-requirement
{
visibility
:
hidden
!important
;
}
::selection
{
background
:
$highlight-main
;
color
:
$brightness-7
;
}
/*
*
* Breakpoint definition for JS - see https://github.com/JoshBarr/on-media-query
*/
head
{
font-family
:
'
mobile
'
;
@include
mq
(mobileLandscape) {
font-family
:
'
mobileLandscape
'
;
}
@include
mq
(tablet) {
font-family
:
'
tablet
'
;
}
@include
mq
(desktop) {
font-family
:
'
desktop
'
;
}
@include
mq
(leftCol) {
font-family
:
'
leftCol
'
;
}
@include
mq
(wide) {
font-family
:
'
wide
'
;
}
}
body
:after
{
@include
u-h
;
@include
mq
(mobileLandscape) {
content
:
'
mobileLandscape
'
;
}
@include
mq
(tablet) {
content
:
'
tablet
'
;
}
@include
mq
(desktop) {
content
:
'
desktop
'
;
}
@include
mq
(leftCol) {
content
:
'
leftCol
'
;
}
@include
mq
(wide) {
content
:
'
wide
'
;
}
content
:
'
mobile
'
;
}
.dateline
{
@include
fs-textSans
(
2
);
@include
mq
(tablet) {
@include
fs-textSans
(
3
, true);
}
color
:
$brightness-46
;
i
{
vertical-align
:
baseline
;
}
}
.relative-timestamp
{
display
:
block
;
color
:
$brightness-46
;
margin
:
0
;
}
.relative-timestamp
span
{
display
:
inline-block
;
}
.relative-timestamp__icon
{
vertical-align
:
-2
px
;
}
ol
,
ul
{
list-style-position
:
inside
;
}
/*
disable 300ms delay for 'clicks' on mobile
*/
/*
see: https://webkit.org/blog/5610/more-responsive-tapping-on-ios/
*/
a
,
button
,
input
[
type
=
'
button
'
],
input
[
type
=
'
submit
'
] {
touch-action
:
manipulation
;
}
Back
|
FazBrowse Home
|
New Git URL