misuzu/assets/less/classes/auth/buttons.less

15 lines
286 B
Text
Raw Normal View History

2019-03-08 01:35:53 +01: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;
}
}
}