mirror of
https://github.com/clearml/clearml-docs
synced 2025-04-19 22:07:05 +00:00
Fix search bar design (#365)
This commit is contained in:
parent
5cf4027c03
commit
d73395aca5
@ -424,6 +424,14 @@ html[data-theme="dark"] .footer__copyright {
|
|||||||
color: rgba(255,255,255,0.4);
|
color: rgba(255,255,255,0.4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* GLOBAL SEARCH PAGE */
|
||||||
|
html[data-theme="dark"] input[class^="searchQueryInput"] {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #141722;
|
||||||
|
border-color: #fff3;
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* social links icons */
|
/* social links icons */
|
||||||
.footer__link-item[href*="slack"] {
|
.footer__link-item[href*="slack"] {
|
||||||
padding-left: 1.4rem;
|
padding-left: 1.4rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user