collapse button fix, line added on description
This commit is contained in:
parent
22a5b2581d
commit
7c31510b83
2 changed files with 6 additions and 3 deletions
|
@ -115,9 +115,12 @@
|
||||||
width: 360px;
|
width: 360px;
|
||||||
padding-bottom: 80px;
|
padding-bottom: 80px;
|
||||||
@media (max-width: $break-point-tablet) {
|
@media (max-width: $break-point-tablet) {
|
||||||
padding: 0;
|
padding: 22px 0 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-width: 600px;
|
||||||
|
margin: 0px auto 60px;
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
|
border-top: 1px solid $grey-alt;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.asset-information {
|
.asset-information {
|
||||||
|
@ -125,7 +128,7 @@
|
||||||
@media (max-width: $break-point-tablet) {
|
@media (max-width: $break-point-tablet) {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 60px;
|
margin-bottom: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -137,6 +140,7 @@
|
||||||
border-top: 1px solid $grey-alt;
|
border-top: 1px solid $grey-alt;
|
||||||
padding-bottom: 80px;
|
padding-bottom: 80px;
|
||||||
@media (max-width: $break-point-tablet) {
|
@media (max-width: $break-point-tablet) {
|
||||||
|
padding-top: 22px;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -25,7 +25,6 @@
|
||||||
margin: 15px auto 0;
|
margin: 15px auto 0;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 24px;
|
height: 24px;
|
||||||
padding: 0;
|
|
||||||
svg {
|
svg {
|
||||||
stroke: $brand-color;
|
stroke: $brand-color;
|
||||||
&.plus-icon {
|
&.plus-icon {
|
||||||
|
|
Loading…
Reference in a new issue