Skip to content

Instantly share code, notes, and snippets.

@yorkfx
Created May 5, 2023 17:04
Show Gist options
  • Save yorkfx/e4f746edf2aaf4357955d7da384e4b25 to your computer and use it in GitHub Desktop.
Save yorkfx/e4f746edf2aaf4357955d7da384e4b25 to your computer and use it in GitHub Desktop.
SearchBar Virtualex
/*Barra de Busqueda (Mobil)*/
@media only screen and (min-width: 480px){
#yui_3_17_2_1_1683239950936_32,
#block-myoverview-645489c087a9f645489c0870133 .my_course_content .candidate_revew_select .d-flex .mr-2{
min-width: 100%;
}
#yui_3_17_2_1_1683239950936_33,
#block-myoverview-645489c087a9f645489c0870133 .my_course_content .candidate_revew_select .d-flex {
width: 100%;
flex-wrap: wrap;
justify-content: space-between;
height: 60px;
}
#block-myoverview-645489c087a9f645489c0870133 .my_course_content .candidate_revew_select .d-flex input.searchinput:focus{
background-color: #f4f4f4;
border: 1px solid black;
height: 55px;
margin-bottom: 5px;
}
#block-myoverview-645489c087a9f645489c0870133 .my_course_content .candidate_revew_select .d-flex button span{
white-space: nowrap;
max-width: 90px;
overflow: hidden;
width: 161px;
display: inline-block;
}
#block-myoverview-645489c087a9f645489c0870133 .my_course_content .candidate_revew_select .d-flex button span:after{
top: -2px;
position: relative;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment