aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/forms/timestamp-input.component.scss
blob: 9671cc65f1e53bf6e0b4f5c2719fdc7ef511132a (plain) (tree)
1
2
3
4
5
6
7
8

                    
             
                   



                    




                                                                     

   
@import 'variables';

p-inputmask {
  ::ng-deep input {
    width: 80px;
    font-size: 15px;

    border: none;

    &:focus-within,
    &:focus {
      box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest);
    }
  }
}