Fixed orbit-bullets. Decreased margin-top to button.hollow.expanded.

This commit is contained in:
Alessandro Cuoghi
2017-09-28 17:03:50 +02:00
parent 92c774cdeb
commit 4eee5f6eba

View File

@@ -2199,7 +2199,7 @@ table {
}
.button.hollow {
margin-top: $line-height;
margin-top: rem-calc(10);
}
}
@@ -2207,6 +2207,8 @@ table {
.card-section {
padding: $line-height 0;
max-width: 300px;
margin: 0 auto;
p {
font-size: rem-calc(15);
@@ -2280,8 +2282,7 @@ table {
height: 480px;
.orbit-wrapper {
min-height: 450px;
max-height: 460px;
max-height: 450px;
}
}
@@ -2362,6 +2363,5 @@ table {
}
}
}
}