32 lines
667 B
CSS
32 lines
667 B
CSS
.dv-border-box-7 {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
box-shadow: inset 0 0 40px rgba(128, 128, 128, 0.3);
|
|
border: 1px solid rgba(128, 128, 128, 0.3);
|
|
}
|
|
.dv-border-box-7 .dv-svg-container {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.dv-border-box-7 .dv-svg-container polyline {
|
|
fill: none;
|
|
stroke-linecap: round;
|
|
}
|
|
.dv-border-box-7 .dv-bb7-line-width-2 {
|
|
stroke: rgba(128, 128, 128, 0.3);
|
|
stroke-width: 2;
|
|
}
|
|
.dv-border-box-7 .dv-bb7-line-width-5 {
|
|
stroke: rgba(128, 128, 128, 0.5);
|
|
stroke-width: 5;
|
|
}
|
|
.dv-border-box-7 .border-box-content {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|