Your IP : 3.145.8.8


Current Path : /proc/self/root/home/sudancam/.trash/src/scss/free/forms/
Upload File :
Current File : //proc/self/root/home/sudancam/.trash/src/scss/free/forms/_form-select.scss

// Select

.select-input {
  &.form-control {
    &[readonly]:not([disabled]) {
      background-color: transparent;
    }
  }
}

.form-select {
  transition: $form-select-transition;
}

.form-select:focus {
  border-color: $form-select-focus-border-color;
  outline: 0;
  box-shadow: $form-select-focus-border-box-shadow;
}