-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.scss
More file actions
98 lines (82 loc) · 1.6 KB
/
input.scss
File metadata and controls
98 lines (82 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
.border-label {
position: absolute;
top: -0.4rem;
left: 0.8rem;
background: linear-gradient(to bottom, $light 50%, $white 50%);
}
.form-control::placeholder {
color: $gray;
}
textarea {
resize: none;
}
.form-control:focus,
.form-control:active,
.form-select:focus,
.form-select:active {
box-shadow: none !important;
background-color: $white !important;
}
.form-control:-webkit-autofill,
.form-select:-webkit-autofill {
background-color: white !important;
transition: background-color 5000s ease-in-out 0s;
}
.form-control:-webkit-autofill:focus,
.form-select:-webkit-autofill:focus {
background-color: white !important;
}
.rbt-input-main {
border: none !important;
border-radius: 4px;
}
.rbt-menu .dropdown-item:hover,
.rbt-menu .dropdown-item:focus {
background-color: $light;
color: $primary;
}
.rbt-menu .dropdown-item {
padding: 6px 12px;
color: $gray-700;
}
.rbt-menu.dropdown-menu.show {
margin-top: 5px;
outline: 1px solid $primary;
border-inline: 5px solid $white;
width: calc(100% + 2px) !important;
margin-left: -2px;
max-height: 185px !important;
}
.rbt-highlight-text {
background-color: $light;
color: $primary;
padding: 0;
}
.rbt-input-hint {
color: transparent;
}
/**
*** TYPEAHEAD CUSTOM STYLES for "Customer info" Page ***
**/
.pc-typeahead-customer-info {
.pc-icon-reserve-place {
padding-right: 60px;
}
.pc-typeahead-controls {
width: 60px;
}
.pc-typeahead-button {
width: 24px;
}
}
/**
*** LOGO UPLOADER ***
**/
.pc-logo-uploader {
width: 136px;
height: 117px;
&-display {
width: 130px;
height: 110px;
}
}