Collapse Button offset Fix.
This commit is contained in:
parent
7b0c7bfee8
commit
68bbf95dcf
1 changed files with 11 additions and 2 deletions
|
@ -23,14 +23,23 @@
|
||||||
border: none;
|
border: none;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 15px auto 0;
|
margin: 15px auto 0;
|
||||||
width: 24px;
|
width: 25px;
|
||||||
height: 24px;
|
height: 25px;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0px;
|
||||||
|
padding-left: 10px;
|
||||||
|
|
||||||
|
@media (max-width: $break-point-tablet) {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
stroke: $brand-color;
|
stroke: $brand-color;
|
||||||
&.plus-icon {
|
&.plus-icon {
|
||||||
transform: rotate(0);
|
transform: rotate(0);
|
||||||
transition: all 0.4s ease;
|
transition: all 0.4s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in a new issue