Add margin bottom to infogram blocks
This commit is contained in:
parent
7837bc930e
commit
9c7e4c92ca
|
|
@ -50,8 +50,7 @@
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
height: 0,
|
height: 0
|
||||||
// title: 'Zahlungsmittel'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -61,16 +60,9 @@
|
||||||
@import "@/styles/_variables.scss";
|
@import "@/styles/_variables.scss";
|
||||||
|
|
||||||
.infogram-block {
|
.infogram-block {
|
||||||
/*padding: 8px 0;*/
|
margin-bottom: $large-spacing;
|
||||||
/*font-family: $sans-serif-font-family;*/
|
|
||||||
/*font-size: 13px !important;*/
|
|
||||||
/*line-height: 15px !important;*/
|
|
||||||
/*text-align: center;*/
|
|
||||||
/*border-top: 1px solid #dadada;*/
|
|
||||||
/*margin: 0 30px;*/
|
|
||||||
|
|
||||||
&__link {
|
&__link {
|
||||||
/*color:#989898;*/
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue