UNPKG
@shower/material
Version:
latest (2.5.1)
2.5.1
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.5
Material theme for Shower HTML presentation engine
github.com/shower/material
shower/material
@shower/material
/
styles
/
shower
/
shower-grid.css
14 lines
(12 loc)
•
225 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* Shower Grid */
.shower
.full
.grid
::before
{
position
: absolute;
top
:
0
;
right
:
0
;
bottom
:
0
;
left
:
0
;
z-index
:
1
;
content
:
''
;
pointer-events
: none;
background-image
:
url
(
'grid.svg'
); }