86 lines
1.8 KiB
SCSS
Raw Normal View History

.addon {
width: 3.2rem;
height: 3.4rem;
2019-09-17 15:24:22 +02:00
margin-top: 0.9rem;
background-color: rgba(16, 22, 34, 0.02);
2019-09-17 15:24:22 +02:00
border: 1px solid #e3e9f3;
border-right: 0;
2017-12-05 14:44:32 +01:00
border-bottom: 0px;
border-radius: 0.25rem;
2019-09-17 15:24:22 +02:00
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
color: #b3b5b9;
line-height: 3.2rem;
font-size: 1.3rem;
font-family: 'Lato';
2019-09-17 15:24:22 +02:00
font-weight: 600 !important;
text-transform: capitalize;
-moz-appearance: none;
-webkit-appearance: none;
2017-12-04 15:03:53 +01:00
box-shadow: 0px 2px 1px rgba(104, 118, 142, 0.05);
&:before {
2017-11-14 10:31:18 +01:00
content: '\F002';
display: inline-table;
margin-top: 0px;
margin-left: 2px;
2019-09-17 15:24:22 +02:00
color: #b3b5b9;
2017-12-04 17:32:45 +01:00
font-weight: 900;
font-size: 14px;
font-family: 'FontAwesome';
2017-11-14 10:59:57 +01:00
-webkit-font-smoothing: antialiased;
}
}
2019-09-17 15:24:22 +02:00
// .inputSearch {
// min-width: 200px;
// margin-bottom: 1.5rem;
// font-size: 1.3rem;
2019-09-17 15:24:22 +02:00
// label {
// margin-bottom: 0;
// font-weight: 500;
// }
2019-09-17 15:24:22 +02:00
// input {
// height: 3.4rem;
// margin-top: .9rem;
// padding-left: 1rem;
// background-size: 0 !important;
// border: 1px solid #E3E9F3;
// border-left: 0;
// border-bottom: 0px;
// border-radius: 0.25rem;
// border-bottom-right-radius: 0;
// line-height: 3.4rem;
// font-size: 1.3rem;
// font-family: 'Lato' !important;
// box-shadow: 0px 2px 1px rgba(104, 118, 142, 0.05);
// &:focus {
// border-color: #78caff;
// }
// }
// }
.ulContainer {
height: 16.3rem;
overflow: scroll;
2019-09-17 15:24:22 +02:00
border: 1px solid #e3e9f3;
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
border-top: none;
border-radius: 0.25rem;
> ul {
list-style: none;
padding: 1px 0;
}
}
.addonFocus {
border-color: #78caff;
border-right: 0;
}
.ulFocused {
border-color: #78caff;
}