2020-11-12 17:35:11 +00:00
|
|
|
div {
|
2020-12-31 17:49:09 +00:00
|
|
|
width: 422px;
|
|
|
|
right: 0;
|
|
|
|
margin: 0 18px 18px 0;
|
|
|
|
|
|
|
|
text-align: center;
|
2020-11-12 17:35:11 +00:00
|
|
|
align-items: center;
|
|
|
|
font-family: 'Open Sans', 'Roboto', 'Helvetica neue', Helvetica, sans-serif;
|
2020-11-30 14:16:09 +00:00
|
|
|
position: absolute;
|
|
|
|
z-index: 9999;
|
2020-11-23 16:52:28 +00:00
|
|
|
background: #f6f6f6;
|
2020-11-30 14:16:09 +00:00
|
|
|
min-width: 230px;
|
2021-01-07 07:45:58 +00:00
|
|
|
|
|
|
|
/* pass the scroll event through the btns background */
|
|
|
|
pointer-events: none;
|
2020-11-12 17:35:11 +00:00
|
|
|
}
|
|
|
|
|
2020-12-31 17:49:09 +00:00
|
|
|
@media screen and (max-width: 950px) {
|
|
|
|
div {
|
|
|
|
width: auto !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-11-12 17:35:11 +00:00
|
|
|
button {
|
|
|
|
width: 205px !important;
|
|
|
|
height: 38px;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
background: #1f74bd;
|
|
|
|
|
|
|
|
cursor: pointer;
|
2021-01-07 07:45:58 +00:00
|
|
|
pointer-events: auto;
|
2020-11-12 17:35:11 +00:00
|
|
|
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-right: 4px;
|
|
|
|
padding: 4px 12px;
|
|
|
|
|
|
|
|
justify-content: start;
|
|
|
|
align-self: center;
|
|
|
|
|
|
|
|
font-size: 16px;
|
|
|
|
border-radius: 2px;
|
|
|
|
border: 0;
|
|
|
|
|
|
|
|
display: inline-flex;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
font-family: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-top: auto;
|
|
|
|
margin-bottom: auto;
|
|
|
|
}
|