Skip to content

Commit

Permalink
Update Multiselect.liquid
Browse files Browse the repository at this point in the history
more styles
  • Loading branch information
phillypro authored Dec 2, 2019
1 parent e2e1097 commit 39a15ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Sections/Multiselect.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,9 @@ width: 100%;
margin:0;
padding: 15px 0;
@include transition(border-color,0.3s);
@include bp(phablet) {
padding: 10px 0;
}
&:hover {
border-color:$multiselect-hover;
}
Expand Down Expand Up @@ -948,5 +951,5 @@ padding: 5px 11px;
}
}
{% endstylesheet %}
{% javascript %}
{% javascript %}
{% endjavascript %}

0 comments on commit 39a15ae

Please sign in to comment.