2017-11-07 16:33:15 +01:00
|
|
|
.addon {
|
|
|
|
width: 3.2rem;
|
|
|
|
height: 3.4rem;
|
|
|
|
margin-top: .9rem;
|
|
|
|
background-color: rgba(16, 22, 34, 0.02);
|
|
|
|
border: 1px solid #E3E9F3;
|
|
|
|
border-radius: 0.25rem;
|
2017-11-07 18:16:42 +01:00
|
|
|
border-bottom-left-radius: 0;
|
2017-11-07 16:33:15 +01:00
|
|
|
color: rgba(16, 22, 34, 0.5);
|
|
|
|
line-height: 3.2rem;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-family: 'Lato';
|
|
|
|
font-weight: 600!important;
|
|
|
|
text-transform: capitalize;
|
|
|
|
-moz-appearance: none;
|
|
|
|
-webkit-appearance: none;
|
|
|
|
&:before {
|
2017-11-14 10:31:18 +01:00
|
|
|
content: '\F002';
|
2017-11-07 16:33:15 +01:00
|
|
|
display: inline-table;
|
2017-11-14 10:31:18 +01:00
|
|
|
margin-top: .2rem;
|
2017-11-14 10:59:57 +01:00
|
|
|
margin-left: .1rem;
|
2017-11-14 10:31:18 +01:00
|
|
|
color: #B3B5B9;
|
|
|
|
font-weight: 400;
|
2017-11-14 10:59:57 +01:00
|
|
|
font-size: 13px;
|
2017-11-07 16:33:15 +01:00
|
|
|
font-family: 'FontAwesome';
|
2017-11-14 10:59:57 +01:00
|
|
|
-webkit-font-smoothing: antialiased;
|
2017-11-07 16:33:15 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.inputSearch {
|
|
|
|
min-width: 200px;
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
|
|
|
label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
font-weight: 500;
|
|
|
|
text-transform: capitalize;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
height: 3.4rem;
|
|
|
|
margin-top: .9rem;
|
|
|
|
padding-left: 1rem;
|
|
|
|
background-size: 0 !important;
|
|
|
|
border: 1px solid #E3E9F3;
|
2017-11-14 10:31:18 +01:00
|
|
|
border-left: none;
|
2017-11-07 16:33:15 +01:00
|
|
|
border-radius: 0.25rem;
|
2017-11-07 18:16:42 +01:00
|
|
|
border-bottom-right-radius: 0;
|
2017-11-07 16:33:15 +01:00
|
|
|
line-height: 3.4rem;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-family: 'Lato' !important;
|
2017-11-14 10:59:57 +01:00
|
|
|
box-shadow: 0px 1px 1px rgba(104, 118, 142, 0.05);
|
2017-11-07 16:33:15 +01:00
|
|
|
}
|
|
|
|
}
|
2017-11-07 18:16:42 +01:00
|
|
|
|
|
|
|
.ulContainer {
|
|
|
|
height: 16.3rem;
|
|
|
|
overflow: scroll;
|
|
|
|
border: 1px solid #E3E9F3;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-top: none;
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
> ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 1px 0;
|
|
|
|
}
|
|
|
|
}
|