@inntechcorp/it-design 2.0.179 → 2.0.181
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -127,32 +127,6 @@
|
|
|
127
127
|
transition: height 150ms ease-out;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.option {
|
|
131
|
-
display: flex;
|
|
132
|
-
align-items: center;
|
|
133
|
-
cursor: pointer;
|
|
134
|
-
min-width: max-content;
|
|
135
|
-
padding: 10px 30px 10px 15px;
|
|
136
|
-
}
|
|
137
|
-
.option:not(:last-child) {
|
|
138
|
-
margin-bottom: 1px;
|
|
139
|
-
}
|
|
140
|
-
.option:hover {
|
|
141
|
-
background-color: rgba(29, 38, 73, 0.5019607843);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.selected .single, .selected .option span {
|
|
145
|
-
color: #ffffff;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.single, .option span {
|
|
149
|
-
color: rgba(255, 255, 255, 0.6666666667);
|
|
150
|
-
font-weight: 400;
|
|
151
|
-
font-size: 12px;
|
|
152
|
-
line-height: 12px;
|
|
153
|
-
white-space: nowrap;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
130
|
.arrow {
|
|
157
131
|
transition: all 0.25s ease-out;
|
|
158
132
|
margin-left: auto;
|
|
@@ -182,6 +156,32 @@
|
|
|
182
156
|
align-items: center;
|
|
183
157
|
}
|
|
184
158
|
|
|
159
|
+
.option {
|
|
160
|
+
display: flex;
|
|
161
|
+
align-items: center;
|
|
162
|
+
cursor: pointer;
|
|
163
|
+
min-width: max-content;
|
|
164
|
+
padding: 10px 30px 10px 15px;
|
|
165
|
+
}
|
|
166
|
+
.option:not(:last-child) {
|
|
167
|
+
margin-bottom: 1px;
|
|
168
|
+
}
|
|
169
|
+
.option:hover {
|
|
170
|
+
background-color: rgba(29, 38, 73, 0.5019607843);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.selected .single, .selected .option span {
|
|
174
|
+
color: #ffffff;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.single, .option span {
|
|
178
|
+
color: rgba(255, 255, 255, 0.6666666667);
|
|
179
|
+
font-weight: 400;
|
|
180
|
+
font-size: 12px;
|
|
181
|
+
line-height: 12px;
|
|
182
|
+
white-space: nowrap;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
185
|
.container {
|
|
186
186
|
display: flex;
|
|
187
187
|
align-items: center;
|