diff --git a/assets/sass/_tingle.scss b/assets/sass/_tingle.scss index 5870ff04aa1..963b87e8130 100644 --- a/assets/sass/_tingle.scss +++ b/assets/sass/_tingle.scss @@ -12,7 +12,7 @@ right: 0; bottom: 0; left: 0; - z-index: 1000; + z-index: 100001; display: flex; visibility: hidden; flex-direction: column; @@ -54,11 +54,25 @@ border: none; background-color: transparent; color: #f0f0f0; - font-size: 6rem; + font-size: 5rem; font-family: monospace; line-height: 1; cursor: pointer; transition: color .3s ease; + + @media (max-width: 540px) { + margin-top: 0; + margin-left: 0; + + .tingle-modal__closeIcon { + margin-right: .25rem; + font-size: 2rem; + } + .tingle-modal__closeLabel { + font-size: 14px; + font-weight: bold; + } + } } .tingle-modal__closeLabel { diff --git a/static/imgs/icon-search-mobile.svg b/static/imgs/icon-search-mobile.svg new file mode 100644 index 00000000000..80fad42c9c1 --- /dev/null +++ b/static/imgs/icon-search-mobile.svg @@ -0,0 +1,14 @@ + + + + + + + +