CSS change

Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
Melanie Retter
2016-06-21 11:09:54 +02:00
parent 781a987f6e
commit 66360721e6
5 changed files with 30 additions and 8 deletions

View File

@@ -54,7 +54,22 @@
}
.v-gridlayout .v-gridlayout-marginTop {
padding-top: 20px !important;
margin-top: 20px !important;
}
.v-slot .v-slot-marginTop {
margin-top: 20px !important;
}
.v-gridlayout-marginTop {
margin-top: 20px !important;
}
.v-slot-marginTop {
margin-top: 20px !important;
}
.marginTop {
margin-top: 20px !important;
}
}