powerbi-visuals-circlecard-.../style/visual.less

19 строки
326 B
Plaintext

.circleCard {
position: relative;
box-sizing: border-box;
border: 1px solid #000;
border-radius: 50%;
min-width: 200px;
min-height: 200px;
}
p {
text-align: center;
line-height: 30px;
font-size: 20px;
font-weight: bold;
position: relative;
top: -30px;
margin: 50% 0 0 0;
}