You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
368 B
19 lines
368 B
.range_inputs button {
|
|
display: block;
|
|
width: 100%;
|
|
margin-bottom: 1rem; }
|
|
|
|
.picker__nav--prev:before,
|
|
.picker__nav--next:before,
|
|
.picker__button--close:before {
|
|
font-family: 'LineAwesome' !important; }
|
|
|
|
.picker__nav--next:before {
|
|
content: '\f112'; }
|
|
|
|
.picker__nav--prev:before {
|
|
content: '\f111'; }
|
|
|
|
.picker__button--close:before {
|
|
content: '\f342'; }
|