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

(fix): Search box styling

1 merge request!459WIP: (feat): Minds Pro (development branch)
Pipeline #75237120 running with stages
......@@ -57,24 +57,30 @@ m-pro--channel {
position: absolute;
margin: 6px;
font-size: 20px;
color: rgba(0,0,0,.87)!important;
@include m-theme() {
color: themed($m-black);
}
}
i.clear {
font-size: 16px;
background-color: #3e3737;
color: white;
border-radius: 20px;
cursor: pointer;
position: absolute;
top: 16px;
right: 10px;
@include m-theme() {
color: themed($m-black);
}
}
input {
height: 32px;
border-radius: 18px;
font-family: Roboto,sans-serif;
font-family: Roboto, sans-serif;
font-size: 14px;
letter-spacing: .5px;
font-weight: 600;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment