add lib folder
This commit is contained in:
14
lib/components/decoration9/src/main.css
Normal file
14
lib/components/decoration9/src/main.css
Normal file
@ -0,0 +1,14 @@
|
||||
.dv-decoration-9 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.dv-decoration-9 svg {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
top: 0px;
|
||||
transform-origin: left top;
|
||||
}
|
Reference in New Issue
Block a user