Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ecolyo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
Ecolyo
Commits
d79523f2
Commit
d79523f2
authored
5 years ago
by
Yoan VALLET
Browse files
Options
Downloads
Patches
Plain Diff
feat: fix style for konnector status
parent
ebba7726
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!15
Merge Dev to Master
,
!10
Features/handle o auth konnector
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/styles/components/_konnector.scss
+4
-1
4 additions, 1 deletion
src/styles/components/_konnector.scss
src/styles/index.css
+84
-54
84 additions, 54 deletions
src/styles/index.css
with
88 additions
and
55 deletions
src/styles/components/_konnector.scss
+
4
−
1
View file @
d79523f2
...
@@ -59,7 +59,6 @@
...
@@ -59,7 +59,6 @@
padding
:
0
1rem
;
padding
:
0
1rem
;
}
}
.accordion-caption
{
.accordion-caption
{
font-size
:
0
.8rem
;
color
:
$google-text-2
;
color
:
$google-text-2
;
text-transform
:
lowercase
;
text-transform
:
lowercase
;
&
::first-letter
{
&
::first-letter
{
...
@@ -68,6 +67,10 @@
...
@@ -68,6 +67,10 @@
}
}
.accordion-caption-red
{
.accordion-caption-red
{
color
:
$red-error
;
color
:
$red-error
;
text-transform
:
lowercase
;
&
::first-letter
{
text-transform
:
uppercase
;
}
}
}
.accordion-content
{
.accordion-content
{
overflow
:
hidden
;
overflow
:
hidden
;
...
...
This diff is collapsed.
Click to expand it.
src/styles/index.css
+
84
−
54
View file @
d79523f2
...
@@ -42,11 +42,11 @@ body {
...
@@ -42,11 +42,11 @@ body {
/* line 30, src/styles/base/_layout.scss */
/* line 30, src/styles/base/_layout.scss */
[
role
=
'banner'
]
.coz-bar-container
{
[
role
=
'banner'
]
.coz-bar-container
{
padding
:
0
3.25em
0
0
;
background-color
:
white
;
}
background-color
:
white
;
}
@media
only
screen
and
(
max-width
:
768px
)
{
@media
only
screen
and
(
max-width
:
768px
)
{
/* line 30, src/styles/base/_layout.scss */
/* line 30, src/styles/base/_layout.scss */
[
role
=
'banner'
]
.coz-bar-container
{
[
role
=
'banner'
]
.coz-bar-container
{
padding
:
0
3.25em
0
0
;
background-color
:
unset
;
}
}
background-color
:
unset
;
}
}
/* line 38, src/styles/base/_layout.scss */
/* line 38, src/styles/base/_layout.scss */
...
@@ -905,8 +905,10 @@ p {
...
@@ -905,8 +905,10 @@ p {
/* line 105, src/styles/components/_konnector.scss */
/* line 105, src/styles/components/_konnector.scss */
.state-icon
{
.state-icon
{
height
:
20px
;
height
:
22px
;
width
:
20px
;
}
width
:
22px
;
margin-left
:
32px
;
margin-bottom
:
40px
;
}
/** BLACK **/
/** BLACK **/
/** TEXT COLOR **/
/** TEXT COLOR **/
...
@@ -1968,51 +1970,67 @@ p {
...
@@ -1968,51 +1970,67 @@ p {
align-items
:
center
;
align-items
:
center
;
flex-direction
:
column
;
flex-direction
:
column
;
color
:
#e0e0e0
;
color
:
#e0e0e0
;
height
:
84vh
;
min-
height
:
84vh
;
justify-content
:
space-between
;
}
justify-content
:
space-between
;
}
/* line 374, src/styles/components/_challenges.scss */
/* line 374, src/styles/components/_challenges.scss */
.cp-root
.--locked.cp-content
{
.cp-root
.--locked.cp-content
{
justify-content
:
center
;
}
justify-content
:
center
;
}
/* line 37
8
, src/styles/components/_challenges.scss */
/* line 37
9
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
{
.cp-root
.cp-content
.cp-info
,
.cp-root
.cp-content
.cp-info.--available
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
background-color
:
#121212
;
background-color
:
#121212
;
width
:
100%
;
width
:
100%
;
height
:
60%
;
padding-top
:
1rem
;
padding-top
:
2rem
;
padding-bottom
:
0.5rem
;
}
padding-bottom
:
0.5rem
;
}
/* line 388, src/styles/components/_challenges.scss */
/* line 388, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.--available.cp-info
{
height
:
74vh
;
}
/* line 392, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-icon
{
.cp-root
.cp-content
.cp-info
.cp-icon
{
margin-bottom
:
1rem
;
}
margin-bottom
:
1rem
;
}
/* line 39
1
, src/styles/components/_challenges.scss */
/* line 39
5
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-icon-available
{
.cp-root
.cp-content
.cp-info
.cp-icon-available
{
margin
:
2rem
;
}
margin
:
2rem
;
}
/* line 394, src/styles/components/_challenges.scss */
/* line 398, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-win-badge-star
{
display
:
grid
;
align-items
:
center
;
justify-items
:
center
;
}
/* line 402, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-win-badge-star
.cp-win-badge
{
grid-column
:
1
;
grid-row
:
1
;
z-index
:
1
;
}
/* line 407, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-win-badge-star
.cp-win-star
{
grid-column
:
1
;
grid-row
:
1
;
}
/* line 412, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-date
{
.cp-root
.cp-content
.cp-info
.cp-date
{
color
:
#a0a0a0
;
color
:
#a0a0a0
;
text-align
:
center
;
text-align
:
center
;
margin-top
:
1rem
;
}
margin-top
:
1rem
;
}
/* line
399
, src/styles/components/_challenges.scss */
/* line
417
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-title
{
.cp-root
.cp-content
.cp-info
.cp-title
{
color
:
#e0e0e0
;
color
:
#e0e0e0
;
text-align
:
center
;
text-align
:
center
;
margin-top
:
0.5rem
;
}
margin-top
:
0.5rem
;
}
/* line 4
04
, src/styles/components/_challenges.scss */
/* line 4
22
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-result
{
.cp-root
.cp-content
.cp-info
.cp-result
{
color
:
#e0e0e0
;
color
:
#e0e0e0
;
text-align
:
center
;
text-align
:
center
;
margin-top
:
1.5rem
;
margin-top
:
1.5rem
;
margin-bottom
:
0.5rem
;
}
margin-bottom
:
0.5rem
;
}
/* line 4
09
, src/styles/components/_challenges.scss */
/* line 4
27
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-result
.cp-result-positif
{
.cp-root
.cp-content
.cp-info
.cp-result
.cp-result-positif
{
color
:
#7fd771
;
}
color
:
#7fd771
;
}
/* line 4
12
, src/styles/components/_challenges.scss */
/* line 4
30
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-result
.cp-result-negatif
{
.cp-root
.cp-content
.cp-info
.cp-result
.cp-result-negatif
{
color
:
#d24444
;
}
color
:
#d24444
;
}
/* line 4
16
, src/styles/components/_challenges.scss */
/* line 4
34
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-description
{
.cp-root
.cp-content
.cp-info
.cp-description
{
text-align
:
center
;
text-align
:
center
;
margin-top
:
1rem
;
margin-top
:
1rem
;
...
@@ -2020,7 +2038,7 @@ p {
...
@@ -2020,7 +2038,7 @@ p {
margin-left
:
1.25rem
;
margin-left
:
1.25rem
;
margin-right
:
1.25rem
;
margin-right
:
1.25rem
;
max-width
:
53rem
;
}
max-width
:
53rem
;
}
/* line 4
2
4, src/styles/components/_challenges.scss */
/* line 44
2
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-valid
{
.cp-root
.cp-content
.cp-info
.cp-valid
{
justify-content
:
center
;
justify-content
:
center
;
display
:
flex
;
display
:
flex
;
...
@@ -2028,17 +2046,17 @@ p {
...
@@ -2028,17 +2046,17 @@ p {
width
:
90%
;
width
:
90%
;
margin-top
:
0.75rem
;
margin-top
:
0.75rem
;
max-width
:
53rem
;
}
max-width
:
53rem
;
}
/* line 4
31
, src/styles/components/_challenges.scss */
/* line 4
49
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-valid
.cp-left-button
{
.cp-root
.cp-content
.cp-info
.cp-valid
.cp-left-button
{
margin-right
:
0.25rem
;
margin-right
:
0.25rem
;
margin-left
:
0
;
margin-left
:
0
;
width
:
100%
;
}
width
:
100%
;
}
/* line 4
36
, src/styles/components/_challenges.scss */
/* line 4
54
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-info
.cp-valid
.cp-right-button
{
.cp-root
.cp-content
.cp-info
.cp-valid
.cp-right-button
{
margin-left
:
0.25rem
;
margin-left
:
0.25rem
;
margin-right
:
0
;
margin-right
:
0
;
width
:
100%
;
}
width
:
100%
;
}
/* line 4
43
, src/styles/components/_challenges.scss */
/* line 4
61
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-follow
{
.cp-root
.cp-content
.cp-follow
{
width
:
90%
;
width
:
90%
;
display
:
flex
;
display
:
flex
;
...
@@ -2046,12 +2064,12 @@ p {
...
@@ -2046,12 +2064,12 @@ p {
align-items
:
center
;
align-items
:
center
;
margin-bottom
:
1rem
;
margin-bottom
:
1rem
;
max-width
:
53rem
;
}
max-width
:
53rem
;
}
/* line 4
51
, src/styles/components/_challenges.scss */
/* line 4
69
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-valid-locked
{
.cp-root
.cp-content
.cp-valid-locked
{
margin-top
:
2rem
;
margin-top
:
2rem
;
width
:
80%
;
width
:
80%
;
max-width
:
53rem
;
}
max-width
:
53rem
;
}
/* line 4
56
, src/styles/components/_challenges.scss */
/* line 4
74
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-bottom
{
.cp-root
.cp-content
.cp-bottom
{
padding
:
1.25rem
1.25rem
;
padding
:
1.25rem
1.25rem
;
width
:
90%
;
width
:
90%
;
...
@@ -2061,16 +2079,16 @@ p {
...
@@ -2061,16 +2079,16 @@ p {
max-width
:
53rem
;
max-width
:
53rem
;
margin-bottom
:
2rem
;
}
margin-bottom
:
2rem
;
}
@media
only
screen
and
(
max-width
:
768px
)
{
@media
only
screen
and
(
max-width
:
768px
)
{
/* line 4
56
, src/styles/components/_challenges.scss */
/* line 4
74
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-bottom
{
.cp-root
.cp-content
.cp-bottom
{
margin-bottom
:
0
;
}
}
margin-bottom
:
0
;
}
}
/* line 4
67
, src/styles/components/_challenges.scss */
/* line 4
85
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-bottom
.cp-eg-content
{
.cp-root
.cp-content
.cp-bottom
.cp-eg-content
{
width
:
100%
;
}
width
:
100%
;
}
/* line 4
69
, src/styles/components/_challenges.scss */
/* line 4
87
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-bottom
.cp-eg-content
.linked-ecogestures
{
.cp-root
.cp-content
.cp-bottom
.cp-eg-content
.linked-ecogestures
{
text-transform
:
uppercase
;
}
text-transform
:
uppercase
;
}
/* line 4
72
, src/styles/components/_challenges.scss */
/* line 4
90
, src/styles/components/_challenges.scss */
.cp-root
.cp-content
.cp-bottom
.cp-eg-content
.cp-ecogestures
{
.cp-root
.cp-content
.cp-bottom
.cp-eg-content
.cp-ecogestures
{
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
...
@@ -2094,7 +2112,7 @@ p {
...
@@ -2094,7 +2112,7 @@ p {
flex-direction
:
column
;
flex-direction
:
column
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
center
;
justify-content
:
center
;
padding
:
1rem
1.5rem
;
}
padding
:
1rem
1.5rem
2.5rem
1.5rem
;
}
/* line 11, src/styles/components/_ecogesture.scss */
/* line 11, src/styles/components/_ecogesture.scss */
.ecogesture-root
.negawatt-button-content
{
.ecogesture-root
.negawatt-button-content
{
width
:
calc
(
53rem
-
2%
);
width
:
calc
(
53rem
-
2%
);
...
@@ -2176,44 +2194,43 @@ p {
...
@@ -2176,44 +2194,43 @@ p {
.em-header
{
.em-header
{
color
:
#e0e0e0
;
color
:
#e0e0e0
;
border-bottom
:
1px
solid
rgba
(
163
,
163
,
163
,
0.4
);
border-bottom
:
1px
solid
rgba
(
163
,
163
,
163
,
0.4
);
margin-bottom
:
1rem
;
padding-bottom
:
1em
;
padding-bottom
:
1em
;
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
justify-content
:
center
;
}
justify-content
:
center
;
}
/* line 9
4
, src/styles/components/_ecogesture.scss */
/* line 9
3
, src/styles/components/_ecogesture.scss */
.em-icon
{
.em-icon
{
margin-bottom
:
1rem
;
}
margin-bottom
:
1rem
;
}
/* line 9
7
, src/styles/components/_ecogesture.scss */
/* line 9
6
, src/styles/components/_ecogesture.scss */
.em-title
{
.em-title
{
margin-bottom
:
0
;
}
margin-bottom
:
0
;
}
/* line
100
, src/styles/components/_ecogesture.scss */
/* line
99
, src/styles/components/_ecogesture.scss */
.em-detail
{
.em-detail
{
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
flex-direction
:
row
;
margin
:
0.5em
0
;
}
margin
:
0.5em
0
;
}
/* line 10
4
, src/styles/components/_ecogesture.scss */
/* line 10
3
, src/styles/components/_ecogesture.scss */
.em-detail
.em-detail-nwh
{
.em-detail
.em-detail-nwh
{
display
:
flex
;
display
:
flex
;
flex
:
1
;
flex
:
1
;
align-self
:
flex-start
;
align-self
:
flex-start
;
margin-top
:
0.65rem
;
margin-top
:
0.65rem
;
color
:
var
(
--textDark
);
}
color
:
var
(
--textDark
);
}
/* line 1
1
0, src/styles/components/_ecogesture.scss */
/* line 10
9
, src/styles/components/_ecogesture.scss */
.em-detail
.em-detail-nwh
.em-detail-nwh-unit
{
.em-detail
.em-detail-nwh
.em-detail-nwh-unit
{
margin-left
:
0.2rem
;
}
margin-left
:
0.2rem
;
}
/* line 11
4
, src/styles/components/_ecogesture.scss */
/* line 11
3
, src/styles/components/_ecogesture.scss */
.em-detail
.em-picto-flow
{
.em-detail
.em-picto-flow
{
display
:
flex
;
display
:
flex
;
align-self
:
flex-end
;
}
align-self
:
flex-end
;
}
/* line 11
7
, src/styles/components/_ecogesture.scss */
/* line 11
6
, src/styles/components/_ecogesture.scss */
.em-detail
.em-picto-flow
.em-pic-content
{
.em-detail
.em-picto-flow
.em-pic-content
{
margin
:
0.3em
;
}
margin
:
0.3em
;
}
/* line 12
3
, src/styles/components/_ecogesture.scss */
/* line 12
2
, src/styles/components/_ecogesture.scss */
.em-content-box
{
.em-content-box
{
max-height
:
25rem
;
max-height
:
25rem
;
overflow
:
auto
;
overflow
:
auto
;
...
@@ -2223,25 +2240,28 @@ p {
...
@@ -2223,25 +2240,28 @@ p {
/* width */
/* width */
/* Track */
/* Track */
/* Handle */
}
/* Handle */
}
/* line 1
30
, src/styles/components/_ecogesture.scss */
/* line 1
29
, src/styles/components/_ecogesture.scss */
.em-content-box
::-webkit-scrollbar
{
.em-content-box
::-webkit-scrollbar
{
width
:
10px
;
}
width
:
10px
;
}
/* line 13
4
, src/styles/components/_ecogesture.scss */
/* line 13
3
, src/styles/components/_ecogesture.scss */
.em-content-box
::-webkit-scrollbar-track
{
.em-content-box
::-webkit-scrollbar-track
{
background
:
#3e4045
;
}
background
:
#3e4045
;
}
/* line 13
8
, src/styles/components/_ecogesture.scss */
/* line 13
7
, src/styles/components/_ecogesture.scss */
.em-content-box
::-webkit-scrollbar-thumb
{
.em-content-box
::-webkit-scrollbar-thumb
{
background
:
#6f7074
;
}
background
:
#6f7074
;
}
/* line 14
1
, src/styles/components/_ecogesture.scss */
/* line 14
0
, src/styles/components/_ecogesture.scss */
.em-content-box
.em-content-box-text
{
.em-content-box
.em-content-box-text
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
padding
:
0
.5rem
1.5rem
;
padding
:
1
.5rem
1.5rem
;
width
:
22.125rem
;
}
width
:
22.125rem
;
}
@media
only
screen
and
(
max-width
:
768px
)
{
@media
only
screen
and
(
max-width
:
768px
)
{
/* line 14
1
, src/styles/components/_ecogesture.scss */
/* line 14
0
, src/styles/components/_ecogesture.scss */
.em-content-box
.em-content-box-text
{
.em-content-box
.em-content-box-text
{
width
:
100%
;
}
}
width
:
100%
;
}
}
/* line 148, src/styles/components/_ecogesture.scss */
.em-content-box
.em-content-box-text
.em-description
{
padding-bottom
:
2.5rem
;
}
/** BLACK **/
/** BLACK **/
/** TEXT COLOR **/
/** TEXT COLOR **/
...
@@ -2280,7 +2300,7 @@ p {
...
@@ -2280,7 +2300,7 @@ p {
max-width
:
100%
;
max-width
:
100%
;
max-height
:
30rem
;
max-height
:
30rem
;
transform
:
translate
(
-50%
,
-50%
);
transform
:
translate
(
-50%
,
-50%
);
padding
:
1rem
0
;
padding
:
1rem
0
0
0
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
box-shadow
:
0px
4px
16px
rgba
(
0
,
0
,
0
,
0.55
);
box-shadow
:
0px
4px
16px
rgba
(
0
,
0
,
0
,
0.55
);
border-radius
:
4px
;
}
border-radius
:
4px
;
}
...
@@ -2339,37 +2359,34 @@ p {
...
@@ -2339,37 +2359,34 @@ p {
margin-top
:
2.5rem
;
margin-top
:
2.5rem
;
margin-bottom
:
1.25rem
;
margin-bottom
:
1.25rem
;
color
:
#e0e0e0
;
}
color
:
#e0e0e0
;
}
/* line 22, src/styles/components/_faq.scss */
.faq-root
.faq-content
.faq-content-detail
{
padding-bottom
:
1rem
;
}
/* line 2
8
, src/styles/components/_faq.scss */
/* line 2
5
, src/styles/components/_faq.scss */
.faq-card-link
{
.faq-card-link
{
color
:
black
;
}
color
:
black
;
}
/* line
31
, src/styles/components/_faq.scss */
/* line
28
, src/styles/components/_faq.scss */
.faq-card
{
.faq-card
{
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
flex-direction
:
row
;
margin
:
-0.75rem
0
;
margin
:
-0.75rem
0
;
width
:
100%
;
}
width
:
100%
;
}
@media
only
screen
and
(
max-width
:
768px
)
{
@media
only
screen
and
(
max-width
:
768px
)
{
/* line
31
, src/styles/components/_faq.scss */
/* line
28
, src/styles/components/_faq.scss */
.faq-card
{
.faq-card
{
width
:
100%
;
}
}
width
:
100%
;
}
}
/* line 3
9
, src/styles/components/_faq.scss */
/* line 3
6
, src/styles/components/_faq.scss */
.faq-card
.faq-card-content
{
.faq-card
.faq-card-content
{
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
}
flex-direction
:
row
;
}
/* line
42
, src/styles/components/_faq.scss */
/* line
39
, src/styles/components/_faq.scss */
.faq-card
.faq-card-content
.faq-card-content-icon
{
.faq-card
.faq-card-content
.faq-card-content-icon
{
margin
:
0.5rem
0
;
}
margin
:
0.5rem
0
;
}
/* line 4
5
, src/styles/components/_faq.scss */
/* line 4
2
, src/styles/components/_faq.scss */
.faq-card
.faq-card-content
.faq-card-content-title
{
.faq-card
.faq-card-content
.faq-card-content-title
{
margin
:
0
1rem
;
margin
:
0
1rem
;
align-self
:
center
;
}
align-self
:
center
;
}
/* line 5
3
, src/styles/components/_faq.scss */
/* line 5
0
, src/styles/components/_faq.scss */
.faq-view-root
{
.faq-view-root
{
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
...
@@ -2377,13 +2394,26 @@ p {
...
@@ -2377,13 +2394,26 @@ p {
justify-content
:
center
;
justify-content
:
center
;
padding
:
1rem
0
;
padding
:
1rem
0
;
margin-top
:
1.5rem
;
}
margin-top
:
1.5rem
;
}
/* line
60
, src/styles/components/_faq.scss */
/* line
57
, src/styles/components/_faq.scss */
.faq-view-root
.faq-view-content
{
.faq-view-root
.faq-view-content
{
width
:
45.75rem
;
}
width
:
45.75rem
;
}
@media
only
screen
and
(
max-width
:
768px
)
{
@media
only
screen
and
(
max-width
:
768px
)
{
/* line
60
, src/styles/components/_faq.scss */
/* line
57
, src/styles/components/_faq.scss */
.faq-view-root
.faq-view-content
{
.faq-view-root
.faq-view-content
{
width
:
100%
;
}
}
width
:
100%
;
}
}
/* line 62, src/styles/components/_faq.scss */
.faq-view-root
.faq-view-content
.faq-content-detail
{
padding-bottom
:
0.6rem
;
}
/* line 64, src/styles/components/_faq.scss */
.faq-view-root
.faq-view-content
.faq-content-detail
.text-bold
{
font-weight
:
bold
;
}
/* line 67, src/styles/components/_faq.scss */
.faq-view-root
.faq-view-content
.faq-content-detail
.text-underline
{
text-decoration
:
underline
;
}
/* line 70, src/styles/components/_faq.scss */
.faq-view-root
.faq-view-content
.faq-content-detail
.spaceline
{
height
:
0.6rem
;
display
:
block
;
}
/** BLACK **/
/** BLACK **/
/** TEXT COLOR **/
/** TEXT COLOR **/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment