Browse
For agents
About
WooCommerce
/
10.9.1
WooCommerce
v10.9.1
Switch version
11.1.0
11.1.0-rc.2
11.1.0-rc.1
11.1.0-beta.2
11.1.0-beta.1
11.0.1
11.0.0
11.0.0-rc.3
11.0.0-rc.2
11.0.0-rc.1
11.0.0-beta.2
11.0.0-beta.1
10.9.4
10.9.3
10.9.2
10.9.1
10.9.0
10.9.0-rc.1
10.9.0-beta.2
10.9.0-beta.1
10.8.1
10.8.0
10.8.0-rc.1
10.8.0-beta.2
10.8.0-beta.1
All 648 releases
Overview
Code
woocommerce
/
assets
/
client
/
blocks
/
order-confirmation-summary.css
order-confirmation-summary.css
2 lines
975 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
@
keyframes
wc-skeleton-shimmer
{
to
{
transform
:
translateX
(
100
%
)
}
}
.
editor-styles-wrapper
.
wc-block-order-confirmation-summary
,
.
wc-block-order-confirmation-summary
{
border-radius
:
4
px
;
margin-bottom
:
48
px
;
margin-top
:
48
px
}
.
wc-block-order-confirmation-summary
ul
{
display
:
flex
;
flex-direction
:
row
;
flex-wrap
:
wrap
;
gap
:
16
px
;
justify-content
:
space-between
;
list-style
:
none
outside
;
margin
:
0
;
padding
:
0
}
.
wc-block-order-confirmation-summary
ul
li
>
.
wc-block-order-confirmation-summary-list-item__key
{
font-weight
:
700
}
.
wc-block-order-confirmation-summary
ul
li
>
.
wc-block-order-confirmation-summary-list-item__value
{
display
:
block
;
font-weight
:
inherit
}
@
media
(
max-width
:
600
px
)
{
.
wc-block-order-confirmation-summary
ul
li
{
width
:
100
%
}
.
wc-block-order-confirmation-summary
ul
li
>
.
wc-block-order-confirmation-summary-list-item__key
,
.
wc-block-order-confirmation-summary
ul
li
>
.
wc-block-order-confirmation-summary-list-item__value
{
display
:
inline
}
}
.
wc-block-order-confirmation-summary
.
has-background
{
padding
:
16
px
}
2