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;
|
||||
display: block;
|
||||
margin: 15px auto 0;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
text-align: center;
|
||||
padding: 0px;
|
||||
padding-left: 10px;
|
||||
|
||||
@media (max-width: $break-point-tablet) {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
svg {
|
||||
stroke: $brand-color;
|
||||
&.plus-icon {
|
||||
transform: rotate(0);
|
||||
transition: all 0.4s ease;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue