You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
219 B
13 lines
219 B
5 years ago
|
.wux-circle {
|
||
|
display: inline-block;
|
||
|
position: relative
|
||
|
}
|
||
|
.wux-circle__inner {
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 50%;
|
||
|
transform: translate3d(0,-50%,0);
|
||
|
line-height: 1
|
||
|
}
|