update dist and lib
This commit is contained in:
16
lib/components/decoration11/src/main.css
Normal file
16
lib/components/decoration11/src/main.css
Normal file
@ -0,0 +1,16 @@
|
||||
.dv-decoration-11 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
}
|
||||
.dv-decoration-11 .decoration-content {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
Reference in New Issue
Block a user