SubredditRules: Fix order and alignment of form buttons.

This commit is contained in:
Matt Lee
2015-12-09 10:17:01 -05:00
committed by MelissaCole
parent da92d99b59
commit d560199aa4

View File

@@ -31,10 +31,6 @@
margin-bottom: 5px;
margin-left: 5px;
&:last-child {
margin-bottom: 0;
}
.mod-action-icon {
padding: 5px 10px;
}
@@ -43,12 +39,8 @@
.subreddit-rule-form .form-buttons {
.display-flex();
.flex-direction(column-reverse);
> button {
margin-bottom: 10px;
margin-top: 10px;
}
.flex-direction(column);
.justify-content(flex-end);
}
.subreddit-rule-form {