mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
37 lines
745 B
SCSS
37 lines
745 B
SCSS
.pageFooter {
|
|
margin-top: 2.5rem;
|
|
> div {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.pageFooterLabel {
|
|
margin-left: 1rem;
|
|
padding-top: 1px;
|
|
color: #787E8F;
|
|
font-size: 13px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.pageFooterSelectWrapper {
|
|
display: flex;
|
|
|
|
> select {
|
|
width: 75px !important;
|
|
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;
|
|
font-family: 'Lato', sans-serif !important;
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
}
|
|
}
|