aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/components/form-async/form-async.style.scss
blob: e6c89bcae429a031770ae7f1debc22615c581a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.form-wrapper{
  width:640px;
  padding-left: 50px;
  padding-top: 50px;
  .details-item{
    padding-bottom: 30px;
  }
  .details-item {
    select {
      font-family: OpenSans-Italic;
      font-size: 14px;
      color: #959595 !important;
    }
  }
}