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
/
button.scss
button.scss
in Elementor Website Builder – more than just a page builder 3.8.0, at app/modules/onboarding/assets/js/components/button.scss
33 lines
497 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__button
{
2
font-size
:
18
px
;
3
cursor
:
pointer
;
4
5
&
-action
{
6
color
:
$platform-text
;
7
background-color
:
$platform-primary
;
8
width
:
325
px
;
9
padding
:
15
px
15
px
;
10
text-align
:
center
;
11
}
12
13
&
-skip
{
14
color
:
$platform-secondary
;
15
padding
:
15
px
29
px
;
16
}
17
18
&
--disabled
{
19
pointer-events
:
none
;
20
background-color
:
$platform-gray-lightest
;
21
color
:
$platform-gray-light
;
22
23
&
:
hover
{
24
cursor
:
progress
;
25
}
26
}
27
28
&
--processing
{
29
pointer-events
:
none
;
30
filter
:
brightness
(
90
%
)
;
31
}
32
}
33