fix draging-info margin - resize draging icon - resize hatching modal (remove unneeded space) (#9775)

This commit is contained in:
negue
2018-02-09 23:48:48 +01:00
committed by Sabe Jones
parent 723b4f3451
commit 6cb1ec4ec5
2 changed files with 14 additions and 7 deletions

View File

@@ -377,11 +377,13 @@
#hatching-modal {
@include centeredModal();
.modal-dialog {
width: 310px;
}
.content {
text-align: center;
margin: 9px;
width: 300px;
}
.title {
@@ -445,7 +447,8 @@
}
.food-icon {
margin: 0 auto;
margin: 0 auto 8px;
transform: scale(1.5);
}
.popover {
@@ -455,6 +458,8 @@
.popover-content {
color: white;
margin: 15px;
text-align: center;
}
}