67 lines
1.0 KiB
CSS
67 lines
1.0 KiB
CSS
.root {
|
|
position: relative;
|
|
width: 48px;
|
|
height: 48px;
|
|
align-items: flex-start;
|
|
}
|
|
.rectangle3 {
|
|
position: absolute;
|
|
left: 36.9048%;
|
|
right: 4.7619%;
|
|
top: 16.6667%;
|
|
bottom: 25%;
|
|
border-radius: 99px;
|
|
background-image: linear-gradient(-46.9deg, #0077faff 0%, #0077fa59 100%);
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
background-size: auto;
|
|
}
|
|
.union {
|
|
position: absolute;
|
|
left: 8px;
|
|
top: 2px;
|
|
width: 32px;
|
|
height: 44px;
|
|
overflow: visible;
|
|
}
|
|
.icon {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.vectorStroke {
|
|
position: absolute;
|
|
left: 33.3333%;
|
|
right: 33.3333%;
|
|
top: 41.6667%;
|
|
bottom: 50%;
|
|
overflow: visible;
|
|
}
|
|
.icon2 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.vectorStroke2 {
|
|
position: absolute;
|
|
left: 33.3333%;
|
|
right: 33.3333%;
|
|
top: 58.3333%;
|
|
bottom: 33.3333%;
|
|
overflow: visible;
|
|
}
|
|
.icon3 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.vectorStroke3 {
|
|
position: absolute;
|
|
left: 33.3333%;
|
|
right: 33.3333%;
|
|
top: 25%;
|
|
bottom: 66.6667%;
|
|
overflow: visible;
|
|
}
|
|
.icon4 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|