This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
misuzu-interim/assets/css/misuzu/auth/buttons.css

11 lines
244 B
CSS

.auth__buttons {
margin: 5px;
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
}
.auth__buttons__button--minor {
background-color: transparent;
border-color: transparent;
color: inherit;
}