Commit 68e1aff0 by Brittany Cheng

buttons

parent fea181a8
......@@ -137,14 +137,19 @@ $discussion_input_width: 85%;
box-sizing: border-box;
vertical-align: top;
-webkit-font-smoothing: antialiased;
}
.control-button {
}
.control-button {
@include button;
@include discussion-font;
color: #1d9dd9;
display: block;
color: white;
margin-top: 10px;
font-weight: bold;
text-decoration: none;
display: inline-block;
margin-left: flex-grid(9);
padding-top: 9px;
font-size: inherit;
width: inherit;
}
}
.discussion-content-edit, .discussion-reply-new {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment