Browse
For agents
About
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder
/
2.13.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder
v2.13.1
Switch version
2.13.0
2.13.1
2.12.0
2.11.1
2.11.0
2.10.0
2.9.0
2.7.4
2.7.5
2.7.6
2.7.7
2.8.0
2.8.1
2.9.1
trunk
1.0
1.0-beta1
1.0-beta2
1.0-beta3
1.0.1
1.0.2
1.0.3
1.1.0
1.1.1
1.1.2
All 80 releases
Overview
Code
ablocks
/
assets
/
build
/
blocks
/
button
/
style.css
style.css
in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.13.1, at assets/build/blocks/button/style.css
1 lines
860 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
ablocks-button
{
align-items
:
center
;
border-radius
:
6
px
;
box-sizing
:
border-box
;
color
:
#
000
;
column-gap
:
5
px
;
display
:
inline-flex
;
font-size
:
16
px
;
justify-content
:
center
;
padding
:
10
px
20
px
;
text-decoration
:
none
;
transition
:
all
.3
s
ease
;
width
:
auto
}
.
ablocks-button--link
{
background
:
none
;
border
:
none
;
box-shadow
:
none
;
cursor
:
pointer
!important
;
padding
:
0
}
.
ablocks-button--xs
{
border-radius
:
2
px
;
font-size
:
13
px
;
padding
:
10
px
20
px
}
.
ablocks-button--sm
{
border-radius
:
3
px
;
font-size
:
15
px
;
padding
:
12
px
24
px
}
.
ablocks-button--md
{
border-radius
:
4
px
;
font-size
:
16
px
;
padding
:
15
px
30
px
}
.
ablocks-button--lg
{
border-radius
:
5
px
;
font-size
:
18
px
;
padding
:
20
px
40
px
}
.
ablocks-button--xl
{
border-radius
:
6
px
;
font-size
:
20
px
;
padding
:
25
px
50
px
}
.
ablocks-button
.
ablocks-button--icon-left
.
ablocks-icon-wrap
{
order
:
5
}
.
ablocks-button__text
{
order
:
10
}
.
ablocks-button
.
ablocks-button--icon-right
.
ablocks-icon-wrap
{
order
:
15
}