mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added nicer scaling for reset button
This commit is contained in:
parent
3300d3ec76
commit
4b745d0027
@ -365,7 +365,7 @@ $md-toggle__search--checked:
|
||||
&[type="reset"] {
|
||||
top: px2rem(6px);
|
||||
right: px2rem(10px);
|
||||
transform: scale(0.125);
|
||||
transform: scale(0.75);
|
||||
transition:
|
||||
transform 150ms cubic-bezier(0.1, 0.7, 0.1, 1),
|
||||
opacity 150ms;
|
||||
|
Loading…
Reference in New Issue
Block a user