Browse
For agents
About
PayPlug for WooCommerce (Official)
/
2.9.0
PayPlug for WooCommerce (Official)
v2.9.0
Switch version
3.0.0
2.18.0
1.0.17
1.0.18
1.0.19
1.0.20
1.0.21
1.0.22
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.1.0
1.10.0
1.10.1
1.2.1
1.2.10
1.2.11
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
All 101 releases
Overview
Code
payplug
/
assets
/
css
/
notice.css
notice.css
in PayPlug for WooCommerce (Official) 2.9.0, at assets/css/notice.css
2 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
.
notice
{
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
margin
:
5
px
15
px
2
px
}
.
notice--start
{
min-height
:
400
px
;
position
:
relative
;
border
:
0
;
padding
:
30
px
40
px
!important
;
background
:
url
(
../images/bg_notice--start.jpg
)
no-repeat
50
%
50
%
;
background-size
:
cover
}
.
notice--start
:
before
{
content
:
"
"
;
display
:
block
;
z-index
:
1
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
background-color
:
#
49829f
;
opacity
:
.28
}
.
notice--start
.
notice__img
{
display
:
block
;
margin
:
auto
;
max-width
:
200
px
;
height
:
auto
}
@
media
screen
and
(
min-width
:
64
em
)
{
.
notice--start
.
notice__img
{
margin
:
0
;
position
:
absolute
;
right
:
0
;
top
:
50
%
;
transform
:
translateY
(
-50
%
)
}
}
.
notice--start
.
notice__title
{
margin-top
:
0
;
color
:
#
fff
;
font-size
:
16
px
;
font-weight
:
400
;
line-height
:
1.55
}
.
notice--start
.
notice__title
strong
{
font-size
:
20
px
;
font-weight
:
700
}
.
notice--start
.
main
{
position
:
relative
;
z-index
:
2
}
@
media
screen
and
(
min-width
:
64
em
)
{
.
notice--start
.
main
{
padding-right
:
250
px
}
}
.
notice--start
.
button
.
button-hero
{
font-weight
:
400
;
font-size
:
16
px
;
height
:
46
px
;
box-shadow
:
none
;
color
:
#
fff
;
border-color
:
#
00ab7a
;
background-color
:
#
00ab7a
}
.
notice--start
.
button
.
button-hero
:
hover
,
.
notice--start
.
button
.
button-hero
:
active
,
.
notice--start
.
button
.
button-hero
:
focus
{
color
:
#
fff
;
border-color
:
#
009268
;
background-color
:
#
009268
}
/*
# sourceMappingURL=notice.css.map
*/
2