Improved search icon sizes for mobile
This commit is contained in:
parent
ff4c5b6c38
commit
9493fd5c27
|
@ -4540,7 +4540,7 @@ a.status-card.compact:hover {
|
|||
background: none !important;
|
||||
border: none !important;
|
||||
display: block;
|
||||
padding: 15px;
|
||||
padding: 22px 15px;
|
||||
padding-right: 30px;
|
||||
line-height: 18px;
|
||||
font-size: 16px;
|
||||
|
@ -4587,9 +4587,9 @@ a.status-card.compact:hover {
|
|||
opacity: 0;
|
||||
transition: all 100ms linear;
|
||||
transition-property: transform, opacity;
|
||||
font-size: 18px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
font-size: 2em;
|
||||
width: auto;
|
||||
height: auto;
|
||||
color: $secondary-text-color;
|
||||
cursor: default;
|
||||
pointer-events: none;
|
||||
|
|
Loading…
Reference in New Issue