Browse
For agents
About
Bricksable for Bricks Builder
/
1.3.0
Bricksable for Bricks Builder
v1.3.0
Switch version
1.2.9
1.3.0
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.4.0
1.4.1
1.4.2
1.4.3
1.4.31
1.4.32
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
All 132 releases
Overview
Code
bricksable
/
assets
/
css
/
admin.min.css
admin.min.css
in Bricksable for Bricks Builder 1.3.0, at assets/css/admin.min.css
1 lines
1.3 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
#
bricksable_settings
table
{
max-width
:
960
px
;
margin
:
40
px
20
px
;
line-height
:
1.7
;
margin
:
0
0
30
px
;
border-spacing
:
0
;
border
:
1
px
solid
#
ddd
}
#
bricksable_settings
tr
{
border-bottom
:
1
px
solid
#
ddd
}
#
bricksable_settings
tr
:
last-child
{
border-bottom
:
0
}
#
bricksable_settings
th
{
padding
:
15
px
20
px
;
font-weight
:
700
;
line-height
:
1.7
;
text-align
:
initial
;
vertical-align
:
initial
;
background-color
:
#
fff
;
border-right
:
1
px
solid
#
ddd
;
font-size
:
14
px
;
cursor
:
default
}
#
bricksable_settings
td
{
padding
:
20
px
30
px
;
text-align
:
initial
;
background-color
:
#
fff
}
#
bricksable_settings
.
description
{
margin
:
.5
em
0
0
;
font-style
:
normal
;
color
:
#
9e9e9e
;
font-size
:
13
px
}
#
bricksable_settings
form
>
h2
{
display
:
none
}
#
bricksable_settings
input
[
type
=
checkbox
]
{
-webkit-appearance
:
none
;
-moz-appearance
:
none
;
appearance
:
none
;
cursor
:
pointer
;
height
:
16
px
;
width
:
26
px
;
margin
:
0
4
px
0
0
;
padding
:
0
;
background-color
:
#
e1e3e8
;
border
:
none
;
border-radius
:
16
px
;
outline
:
0
;
box-shadow
:
none
}
#
bricksable_settings
input
[
type
=
checkbox
]
:
before
{
display
:
block
;
position
:
relative
;
top
:
2
px
;
left
:
2
px
;
margin
:
0
;
content
:
"
"
;
opacity
:
.5
;
cursor
:
pointer
;
width
:
12
px
;
height
:
12
px
;
border-radius
:
12
px
;
background-color
:
#
fff
;
transition-duration
:
.1
s
;
-webkit-appearance
:
none
;
transition
:
all
.2
s
ease-out
}
#
bricksable_settings
input
[
type
=
checkbox
]
:
checked
:
before
{
content
:
"
"
;
left
:
0
;
opacity
:
1
;
transform
:
translateX
(
100
%
)
}
#
bricksable_settings
input
[
type
=
checkbox
]
:
checked
{
background-color
:
#
2271b1
}