lib/generators/connector/templates/stylesheets/home.sass in maestrano-connector-rails-0.3.6 vs lib/generators/connector/templates/stylesheets/home.sass in maestrano-connector-rails-0.3.7

- old
+ new

@@ -8,18 +8,32 @@ padding-top: 7px .link-step-badge padding: 10px font-size: 20px - background-color: cornflowerblue border-radius: 20px .link-step-description padding-top: 17px .link-step-action padding-top: 3px + &.done + background-color: $done-step-bg-color + border-color: $done-step-border-color + .link-step-badge + background-color: $done-step-badge-color + + &.todo + background-color: $todo-step-bg-color + border-color: $todo-step-border-color + .link-step-badge + background-color: $todo-step-badge-color + .sync-entity padding-bottom: 8px margin-bottom: 8px - border-bottom: dashed 1px silver + border-bottom: dashed 1px silver + + .btn.btn-lg.text-sm + font-size: 16px \ No newline at end of file