UNPKG

571 BSCSSView Raw
1
2.vgt-input, .vgt-select{
3 width: 100%;
4 height: 32px;
5 line-height: 1;
6 display: block;
7 font-size: 14px;
8 font-weight: regular;
9 padding: 6px 12px;
10 color: $text-color;
11 border-radius: 4px;
12 box-sizing: border-box;
13 background-image: none;
14 background-color: #fff;
15 border: 1px solid $input-border-color;
16 transition: border-color .2s cubic-bezier(.645,.045,.355,1);
17 &::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
18 color: $text-color;
19 opacity: 0.3; /* Firefox */
20 }
21 &:focus{
22 outline: none;
23 border-color: $link-color;
24 }
25}
\No newline at end of file