UNPKG
maille
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.1-rc4
0.1.1-rc3
0.1.1-rc2
0.1.1-rc1
Component library for MithrilJS
mrman.gitlab.io/maille
maille
/
components
/
divider
/
style.css
11 lines
(9 loc)
•
170 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
.maille
.maille-divider
{
position
: relative;
display
: flex;
justify-content
: center;
align-items
: center; }
.maille
.maille-divider
> * {
position
: absolute; }