Fixed orbit-bullets. Decreased margin-top to button.hollow.expanded.
This commit is contained in:
@@ -2198,15 +2198,17 @@ table {
|
|||||||
margin-bottom: $line-height;
|
margin-bottom: $line-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.hollow{
|
.button.hollow {
|
||||||
margin-top: $line-height;
|
margin-top: rem-calc(10);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
|
|
||||||
.card-section {
|
.card-section {
|
||||||
padding:$line-height 0;
|
padding: $line-height 0;
|
||||||
|
max-width: 300px;
|
||||||
|
margin: 0 auto;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: rem-calc(15);
|
font-size: rem-calc(15);
|
||||||
@@ -2280,8 +2282,7 @@ table {
|
|||||||
height: 480px;
|
height: 480px;
|
||||||
|
|
||||||
.orbit-wrapper {
|
.orbit-wrapper {
|
||||||
min-height: 450px;
|
max-height: 450px;
|
||||||
max-height: 460px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2362,6 +2363,5 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user