fix ciclo modal

This commit is contained in:
Alessio
2020-04-14 15:33:12 +02:00
parent 365c128e94
commit eb6dbbe958
2 changed files with 12 additions and 8 deletions
@@ -49,23 +49,25 @@
.circle1{
position: relative;
top: 130px;
right: 25px;
}
.circle2{
position: relative;
top: 180px;
right: 25px;
}
.circle3{
position: relative;
top: 180px;
right: 400px;
top: 175px;
right: 410px;
}
.circle4{
position: relative;
top: 70px;
right: 160px;
top: 60px;
right: 180px;
}
}
@@ -4534,20 +4534,22 @@ img {
.modal.ciclo-info .specific .svg-area .input-circles .circle1 {
position: relative;
top: 130px;
right: 25px;
}
.modal.ciclo-info .specific .svg-area .input-circles .circle2 {
position: relative;
top: 180px;
right: 25px;
}
.modal.ciclo-info .specific .svg-area .input-circles .circle3 {
position: relative;
top: 180px;
right: 400px;
top: 175px;
right: 410px;
}
.modal.ciclo-info .specific .svg-area .input-circles .circle4 {
position: relative;
top: 70px;
right: 160px;
top: 60px;
right: 180px;
}
.modal.ciclo-info .specific .box {
margin-bottom: 10px;