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.
trezor-wallet/src/styles/footer.less

23 lines
358 B

footer {
width: 100%;
font-size: 12px;
color: @color_text_secondary;
padding: 22px 48px;
border-top: 1px solid @color_divider;
display: flex;
span, a {
white-space: nowrap;
}
span {
margin-right: 10px;
}
a {
margin: 0px 6px;
font-weight: 500;
margin-right: 20px;
}
}