I am trying affect the label whenever the input is focused. For whatever reason the css isnt being recognized for the label whenever the input is focused.
li.sm-vol label {
position: absolute;
top: 33px;
width: 100%;
background: #462770;
color: #fff;
font-weight: 400 !important;
padding-left: 10px;
transition: all 0.2s ease;
}
li.sm-vol input:focus li.sm-vol label {
top: 15px;
}