Commit 07925b33 authored by Emiliano Balbuena's avatar Emiliano Balbuena
Browse files

(fix): Search box styling

parent 7be57ec0
Loading
Loading
Loading
Loading
+10 −4
Original line number Original line Diff line number Diff line
@@ -57,18 +57,24 @@ m-pro--channel {
          position: absolute;
          position: absolute;
          margin: 6px;
          margin: 6px;
          font-size: 20px;
          font-size: 20px;
          color: rgba(0,0,0,.87)!important;

          @include m-theme() {
            color: themed($m-black);
          }
        }
        }


        i.clear {
        i.clear {
          font-size: 16px;
          font-size: 16px;
          background-color: #3e3737;

          color: white;
          border-radius: 20px;
          border-radius: 20px;
          cursor: pointer;
          cursor: pointer;
          position: absolute;
          position: absolute;
          top: 16px;
          top: 16px;
          right: 10px;
          right: 10px;

          @include m-theme() {
            color: themed($m-black);
          }
        }
        }
  
  
        input {
        input {