Commit b41ab37c by Tom Giannattasio

fixed padding on a few buttons

parent fbbf9e9c
...@@ -151,13 +151,13 @@ input.courseware-unit-search-input { ...@@ -151,13 +151,13 @@ input.courseware-unit-search-input {
.save-button { .save-button {
@include blue-button; @include blue-button;
padding: 7px 20px 7px; padding: 10px 20px;
margin-right: 5px; margin-right: 5px;
} }
.cancel-button { .cancel-button {
@include white-button; @include white-button;
padding: 7px 20px 7px; padding: 10px 20px;
} }
} }
......
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
.new-course-save { .new-course-save {
@include blue-button; @include blue-button;
// padding: ;
} }
.new-course-cancel { .new-course-cancel {
......
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