37 lines
745 B
SCSS
Raw Normal View History

.pageFooter {
margin-top: 2.5rem;
> div {
padding: 0;
}
}
.pageFooterLabel {
margin-left: 1rem;
2018-02-20 19:20:31 +01:00
padding-top: 1px;
color: #787E8F;
font-size: 13px;
font-style: italic;
}
.pageFooterSelectWrapper {
display: flex;
> select {
width: 75px !important;
2018-02-20 19:20:31 +01:00
height: 3.2rem !important;
padding-top: 0rem;
padding-left: 1rem;
padding-right: 3rem;
background-position: right -1px center;
background-repeat: no-repeat;
background-image: url('../../assets/images/background_input.svg');
border: 1px solid #E3E9F3;
border-radius: 0.25rem;
line-height: 29px;
font-size: 1.3rem;
2018-09-10 20:59:33 +03:00
font-family: 'Lato', sans-serif !important;
-moz-appearance: none;
-webkit-appearance: none;
}
}