Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
LLLE_Project
Ecolyo
Commits
d46ed9fd
Commit
d46ed9fd
authored
Nov 26, 2021
by
git-directory-deploy
Browse files
test new yarn lock + edit piepline
parent
2885737a
Changes
3
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
d46ed9fd
...
...
@@ -70,6 +70,7 @@ build-dev:
-
yarn deploy-dev
only
:
-
dev
-
merge_requests
build
:
stage
:
build
...
...
@@ -159,6 +160,16 @@ deploy_alpha:
only
:
-
tags
deploy_test
:
stage
:
deploy
tags
:
-
deploy
script
:
-
cd /root/ecolyo-infra-scripts/cicid_scripts
-
'
./update_ecolyo_dev.sh
test'
only
:
-
merge_requests
sast
:
stage
:
test
include
:
...
...
src/styles/index.css
View file @
d46ed9fd
...
...
@@ -78,64 +78,59 @@ body {
.header
{
top
:
0
;
}
}
/* line 62, src/styles/base/_layout.scss */
.header
.header-bar
{
background
:
linear-gradient
(
180deg
,
#000000
0%
,
rgba
(
27
,
28
,
34
,
0
)
70%
);
height
:
8px
;
width
:
100%
;
}
/* line 67, src/styles/base/_layout.scss */
.header
.header-top
{
background
:
radial-gradient
(
74.83%
76.97%
at
50%
13.64%
,
#343641
0%
,
#1b1c22
100%
);
width
:
100%
;
}
/* line
74
, src/styles/base/_layout.scss */
/* line
69
, src/styles/base/_layout.scss */
.header
.header-top
.header-text
{
padding
:
0
1rem
1rem
1rem
;
color
:
#e0e0e0
;
}
/* line 7
9
, src/styles/base/_layout.scss */
/* line 7
4
, src/styles/base/_layout.scss */
.header
.header-content
{
margin
:
0
0
0
220px
;
display
:
flex
;
flex-direction
:
column
;
}
@media
only
screen
and
(
max-width
:
1023px
)
{
/* line 7
9
, src/styles/base/_layout.scss */
/* line 7
4
, src/styles/base/_layout.scss */
.header
.header-content
{
margin
:
0
;
}
}
@media
only
screen
and
(
max-width
:
768px
)
{
/* line 7
9
, src/styles/base/_layout.scss */
/* line 7
4
, src/styles/base/_layout.scss */
.header
.header-content
{
margin
:
60px
0
0
0
;
}
}
/* line 8
9
, src/styles/base/_layout.scss */
/* line 8
4
, src/styles/base/_layout.scss */
.header
.header-content
.header-content-top
{
display
:
flex
;
flex-direction
:
row
;
}
/* line
92
, src/styles/base/_layout.scss */
/* line
87
, src/styles/base/_layout.scss */
.header
.header-content
.header-content-top.header-content-top-right
{
justify-content
:
flex-end
;
}
/* line 9
5
, src/styles/base/_layout.scss */
/* line 9
0
, src/styles/base/_layout.scss */
.header
.header-content
.header-content-top
.header-text
{
padding
:
2rem
1rem
;
flex
:
1
;
}
/* line 9
9
, src/styles/base/_layout.scss */
/* line 9
4
, src/styles/base/_layout.scss */
.header
.header-content
.header-content-top
.header-text-desktop
{
display
:
flex
;
flex
:
1
;
padding
:
2rem
1.25rem
;
color
:
#e0e0e0
;
}
/* line 10
5
, src/styles/base/_layout.scss */
/* line 10
0
, src/styles/base/_layout.scss */
.header
.header-content
.header-content-top
.header-back-button
{
padding
:
0
0.75rem
;
}
@media
only
screen
and
(
max-width
:
768px
)
{
/* line 10
9
, src/styles/base/_layout.scss */
/* line 10
4
, src/styles/base/_layout.scss */
.header
.header-content
.header-content-top
.header-text
{
padding
:
0
1rem
1rem
1rem
;
color
:
#e0e0e0
;
}
/* line 1
13
, src/styles/base/_layout.scss */
/* line 1
08
, src/styles/base/_layout.scss */
.header
.header-content
.header-content-top
.header-text-desktop
{
display
:
none
;
}
/* line 11
6
, src/styles/base/_layout.scss */
/* line 11
1
, src/styles/base/_layout.scss */
.header
.header-content
.header-content-top
.header-feedbacks-button
{
display
:
none
;
}
}
/* line 1
24
, src/styles/base/_layout.scss */
/* line 1
19
, src/styles/base/_layout.scss */
.content-view-loading
{
height
:
80vh
;
width
:
100%
;
...
...
@@ -144,28 +139,28 @@ body {
justify-content
:
center
;
align-items
:
center
;
color
:
#e0e0e0
;
}
/* line 1
3
2, src/styles/base/_layout.scss */
/* line 12
7
, src/styles/base/_layout.scss */
.content-view-loading
.content-view-loading-text
{
padding-top
:
1rem
;
margin
:
0
2rem
;
text-align
:
center
;
}
/* line 13
7
, src/styles/base/_layout.scss */
/* line 13
2
, src/styles/base/_layout.scss */
.content-view-loading
.content-view-loading-button
{
max-width
:
50vw
;
margin-top
:
1rem
;
}
/* line 1
4
3, src/styles/base/_layout.scss */
/* line 13
8
, src/styles/base/_layout.scss */
[
role
=
'main'
]
{
/* width */
/* Track */
/* Handle */
}
/* line 14
5
, src/styles/base/_layout.scss */
/* line 14
0
, src/styles/base/_layout.scss */
[
role
=
'main'
]
::-webkit-scrollbar
{
width
:
10px
;
}
/* line 14
9
, src/styles/base/_layout.scss */
/* line 14
4
, src/styles/base/_layout.scss */
[
role
=
'main'
]
::-webkit-scrollbar-track
{
background
:
#3e4045
;
}
/* line 1
53
, src/styles/base/_layout.scss */
/* line 1
48
, src/styles/base/_layout.scss */
[
role
=
'main'
]
::-webkit-scrollbar-thumb
{
background
:
#6f7074
;
}
...
...
@@ -225,344 +220,350 @@ p {
color
:
#e0e0e0
;
text-shadow
:
0px
-1px
0px
#060609
,
0px
1px
0px
rgba
(
255
,
255
,
255
,
0.07
);
}
/* line 43, src/styles/base/_typography.scss */
/* line 41, src/styles/base/_typography.scss */
.isBuilding
{
color
:
#e3b82a
;
margin-left
:
.8rem
;
margin-right
:
.8rem
;
}
/* line 48, src/styles/base/_typography.scss */
.text-10
,
.text-10-normal
,
.text-10-normal-uppercase
,
.text-10-normal-150
,
.text-10-bold
,
.text-10-bold-uppercase
,
.text-10-bold-capitalize
,
.text-10-italic
{
font-style
:
normal
;
font-size
:
0.625rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-10-normal
,
.text-10-normal-uppercase
,
.text-10-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-10-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-10-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-10-bold
,
.text-10-bold-uppercase
,
.text-10-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-10-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-10-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-10-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-14
,
.text-14-normal
,
.text-14-normal-uppercase
,
.text-14-normal-150
,
.text-14-bold
,
.text-14-bold-uppercase
,
.text-14-bold-capitalize
,
.text-14-italic
{
font-style
:
normal
;
font-size
:
0.875rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-14-normal
,
.text-14-normal-uppercase
,
.text-14-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-14-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-14-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-14-bold
,
.text-14-bold-uppercase
,
.text-14-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-14-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-14-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-14-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-15
,
.text-15-normal
,
.text-15-normal-uppercase
,
.text-15-normal-150
,
.text-15-bold
,
.text-15-bold-uppercase
,
.text-15-bold-capitalize
,
.text-15-italic
{
font-style
:
normal
;
font-size
:
0.938rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-15-normal
,
.text-15-normal-uppercase
,
.text-15-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-15-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-15-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-15-bold
,
.text-15-bold-uppercase
,
.text-15-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-15-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-15-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-15-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-16
,
.text-16-normal
,
.text-16-normal-uppercase
,
.text-16-normal-150
,
.text-16-bold
,
.text-16-bold-uppercase
,
.text-16-bold-capitalize
,
.text-16-italic
{
font-style
:
normal
;
font-size
:
1rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-16-normal
,
.text-16-normal-uppercase
,
.text-16-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-16-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-16-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-16-bold
,
.text-16-bold-uppercase
,
.text-16-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-16-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-16-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-16-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-18
,
.text-18-normal
,
.text-18-normal-uppercase
,
.text-18-normal-150
,
.text-18-bold
,
.text-18-bold-uppercase
,
.text-18-bold-capitalize
,
.text-18-italic
{
font-style
:
normal
;
font-size
:
1.125rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-18-normal
,
.text-18-normal-uppercase
,
.text-18-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-18-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-18-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-18-bold
,
.text-18-bold-uppercase
,
.text-18-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-18-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-18-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-18-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-19
,
.text-19-normal
,
.text-19-normal-uppercase
,
.text-19-normal-150
,
.text-19-bold
,
.text-19-bold-uppercase
,
.text-19-bold-capitalize
,
.text-19-italic
{
font-style
:
normal
;
font-size
:
1.188rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-19-normal
,
.text-19-normal-uppercase
,
.text-19-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-19-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-19-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-19-bold
,
.text-19-bold-uppercase
,
.text-19-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-19-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-19-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-19-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-20
,
.text-20-normal
,
.text-20-normal-uppercase
,
.text-20-normal-150
,
.text-20-bold
,
.text-20-bold-uppercase
,
.text-20-bold-capitalize
,
.text-20-italic
{
font-style
:
normal
;
font-size
:
1.25rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-20-normal
,
.text-20-normal-uppercase
,
.text-20-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-20-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-20-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-20-bold
,
.text-20-bold-uppercase
,
.text-20-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-20-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-20-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-20-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-21
,
.text-21-normal
,
.text-21-normal-uppercase
,
.text-21-normal-150
,
.text-21-bold
,
.text-21-bold-uppercase
,
.text-21-bold-capitalize
,
.text-21-italic
{
font-style
:
normal
;
font-size
:
1.313rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-21-normal
,
.text-21-normal-uppercase
,
.text-21-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-21-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-21-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-21-bold
,
.text-21-bold-uppercase
,
.text-21-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-21-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-21-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-21-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-22
,
.text-22-normal
,
.text-22-normal-uppercase
,
.text-22-normal-150
,
.text-22-bold
,
.text-22-bold-uppercase
,
.text-22-bold-capitalize
,
.text-22-italic
{
font-style
:
normal
;
font-size
:
1.375rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-22-normal
,
.text-22-normal-uppercase
,
.text-22-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-22-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-22-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-22-bold
,
.text-22-bold-uppercase
,
.text-22-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-22-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-22-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-22-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-24
,
.text-24-normal
,
.text-24-normal-uppercase
,
.text-24-normal-150
,
.text-24-bold
,
.text-24-bold-uppercase
,
.text-24-bold-capitalize
,
.text-24-italic
{
font-style
:
normal
;
font-size
:
1.5rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-24-normal
,
.text-24-normal-uppercase
,
.text-24-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-24-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-24-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-24-bold
,
.text-24-bold-uppercase
,
.text-24-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-24-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-24-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-24-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-28
,
.text-28-normal
,
.text-28-normal-uppercase
,
.text-28-normal-150
,
.text-28-bold
,
.text-28-bold-uppercase
,
.text-28-bold-capitalize
,
.text-28-italic
{
font-style
:
normal
;
font-size
:
1.75rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-28-normal
,
.text-28-normal-uppercase
,
.text-28-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-28-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-28-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-28-bold
,
.text-28-bold-uppercase
,
.text-28-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-28-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-28-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-28-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* line 4
3
, src/styles/base/_typography.scss */
/* line 4
8
, src/styles/base/_typography.scss */
.text-36
,
.text-36-normal
,
.text-36-normal-uppercase
,
.text-36-normal-150
,
.text-36-bold
,
.text-36-bold-uppercase
,
.text-36-bold-capitalize
,
.text-36-italic
{
font-style
:
normal
;
font-size
:
2.25rem
;
line-height
:
120%
;
}
/* line
47
, src/styles/base/_typography.scss */
/* line
52
, src/styles/base/_typography.scss */
.text-36-normal
,
.text-36-normal-uppercase
,
.text-36-normal-150
{
font-weight
:
normal
;
}
/* line 5
0
, src/styles/base/_typography.scss */
/* line 5
5
, src/styles/base/_typography.scss */
.text-36-normal-uppercase
{
text-transform
:
uppercase
;
}
/* line 5
4
, src/styles/base/_typography.scss */
/* line 5
9
, src/styles/base/_typography.scss */
.text-36-normal-150
{
line-height
:
150%
;
}
/* line
59
, src/styles/base/_typography.scss */
/* line
64
, src/styles/base/_typography.scss */
.text-36-bold
,
.text-36-bold-uppercase
,
.text-36-bold-capitalize
{
font-weight
:
700
;
}
/* line 6
2
, src/styles/base/_typography.scss */
/* line 6
7
, src/styles/base/_typography.scss */
.text-36-bold-uppercase
{
text-transform
:
uppercase
;
}
/* line
66
, src/styles/base/_typography.scss */
/* line
71
, src/styles/base/_typography.scss */
.text-36-bold-capitalize
{
text-transform
:
capitalize
;
}
/* line 7
1
, src/styles/base/_typography.scss */
/* line 7
6
, src/styles/base/_typography.scss */
.text-36-italic
{
font-style
:
italic
;
font-weight
:
normal
;
}
/* Card */
/* line 8
0
, src/styles/base/_typography.scss */
/* line 8
5
, src/styles/base/_typography.scss */
.card-title-on
{
font-family
:
Lato
,
sans-serif
;
font-style
:
normal
;
...
...
@@ -571,7 +572,7 @@ p {
line-height
:
120%
;
color
:
#e0e0e0
;
}
/* line
88
, src/styles/base/_typography.scss */
/* line
93
, src/styles/base/_typography.scss */
.card-text-bold
{
font-family
:
Lato
,
sans-serif
;
font-style
:
normal
;
...
...
@@ -580,7 +581,7 @@ p {
line-height
:
120%
;
color
:
#e0e0e0
;
}
/* line
96
, src/styles/base/_typography.scss */
/* line
101
, src/styles/base/_typography.scss */
.card-result
{
font-family
:
Lato
,
sans-serif
;
font-style
:
normal
;
...
...
@@ -589,7 +590,7 @@ p {
line-height
:
120%
;
color
:
#e0e0e0
;
}
/* line 10
4
, src/styles/base/_typography.scss */
/* line 10
9
, src/styles/base/_typography.scss */
.card-indicator
{
font-family
:
Lato
,
sans-serif
;
font-style
:
normal
;
...
...
@@ -598,7 +599,7 @@ p {
line-height
:
120%
;
color
:
#e0e0e0
;
}
/* line 11
2
, src/styles/base/_typography.scss */
/* line 11
7
, src/styles/base/_typography.scss */
.card-text
{
font-family
:
Lato
,
sans-serif
;
font-style
:
normal
;
...
...
@@ -608,7 +609,7 @@ p {
color
:
#e0e0e0
;
}
/* Chart */
/* line 12
2
, src/styles/base/_typography.scss */
/* line 12
7
, src/styles/base/_typography.scss */
.chart-ticks-x-text
{
font-family
:
Lato
,
sans-serif
;
font-style
:
normal
;
...
...
@@ -616,11 +617,11 @@ p {
font-size
:
1rem
;
line-height
:
120%
;
}