Browse
For agents
About
Elementor Website Builder – more than just a page builder
/
3.8.0
Elementor Website Builder – more than just a page builder
v3.8.0
Switch version
4.3.0-beta3
4.3.0-beta2
4.3.0-beta1
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.5
4.2.0-beta2
4.2.0-dev2
4.2.0-beta1
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.1.0-beta3
4.1.0-dev3
4.0.9
4.1.0-beta2
4.1.0-dev2
4.0.8
4.1.0-beta1
4.1.0-dev1
All 452 releases
Overview
Code
elementor
/
app
/
modules
/
onboarding
/
assets
/
js
/
components
/
layout
/
layout.scss
layout.scss
in Elementor Website Builder – more than just a page builder 3.8.0, at app/modules/onboarding/assets/js/components/layout/layout.scss
35 lines
463 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
e-onboarding
{
2
3
&
__page-content
{
4
margin-bottom
:
70
px
;
5
6
&
-start
{
7
max-width
:
675
px
;
8
text-align
:
start
;
9
flex-basis
:
555
px
;
10
align-self
:
start
;
11
}
12
13
&
-end
{
14
min-width
:
440
px
;
15
max-width
:
540
px
;
16
17
img
{
18
width
:
100
%
;
19
}
20
}
21
22
&
-section-title
{
23
font-family
:
'
DM Serif Display
'
,
serif
;
24
font-size
:
36
px
;
25
font-weight
:
700
;
26
color
:
$platform-darkest-gray
;
27
}
28
29
&
-section-text
{
30
font-size
:
18
px
;
31
color
:
#
3A3F45
;
32
}
33
}
34
}
35