Created
May 17, 2023 22:00
-
-
Save httpjamesm/a9c6b3b115cb09c483e53ad5f5ec9b99 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.sri-group, | |
.search-result, | |
.scene { | |
background-color: #1e2028; | |
border-radius: 12px; | |
} | |
.scene { | |
padding: 1rem; | |
} | |
.search-result { | |
padding-top: 1.2rem; | |
padding-right: 22px; | |
padding-bottom: 1.7rem; | |
padding-left: 30px; | |
} | |
.__sri-title, | |
.__sri_title_Link { | |
color: #7799e5; | |
} | |
body, | |
html, | |
.mob { | |
background-color: #17191e; | |
} | |
.app-header, | |
#_0_m_header, | |
#sidebarForm { | |
background-color: #1a1c23; | |
} | |
.search-input-container, | |
.search-form { | |
box-shadow: 0px 1px 30px rgb(0 0 0 / 35%); | |
border: none !important; | |
} | |
.search-input { | |
border-top-left-radius: 5px !important; | |
border-bottom-left-radius: 5px !important; | |
} | |
.search-form-icons { | |
border-top-right-radius: 5px !important; | |
border-bottom-right-radius: 5px !important; | |
} | |
#searchForm { | |
background-color: none; | |
border-radius: 10px; | |
} | |
.search-form, | |
.search-input, | |
.search-form-icons, | |
.spt { | |
background-color: #242731 !important; | |
background: #242731 !important; | |
} | |
.auto_suggestions { | |
background-color: #242731; | |
} | |
@media only screen and (max-width: 600px) { | |
.sri-group, | |
.search-result { | |
margin-bottom: 1rem; | |
} | |
#app { | |
box-sizing: border-box; | |
padding-right: 2rem !important; | |
padding-left: 2rem !important; | |
} | |
.a-w { | |
padding: 0 !important; | |
} | |
.s-f-w.--active, | |
.top-nav, | |
#sidebarForm, | |
.sri-group, | |
.search-result { | |
background-color: #1e2028; | |
} | |
.top-nav { | |
margin-bottom: 1rem; | |
} | |
.search-result { | |
padding: 1rem; | |
} | |
._0_right_sidebar { | |
margin-bottom: 1rem; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment