misuzu/assets/less/auth/buttons.less

15 lines
286 B
Text
Raw Normal View History

2019-03-08 00:35:53 +00:00
.auth__buttons {
margin: 5px;
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
&__button {
&--minor {
background-color: transparent;
border-color: transparent;
color: inherit;
}
}
}