We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87d167 commit 22c4e78Copy full SHA for 22c4e78
todo-list/src/App.vue
@@ -45,11 +45,11 @@
45
</div>
46
47
48
- <div class="row">
49
- <div class="column">
50
- <div class="card text-center add-task">
+ <div class="row add-task">
+ <div class="column text-center">
+ <button class="button">
51
<h3 class="no-margin">Add Task</h3>
52
- </div>
+ </button>
53
54
55
@@ -159,8 +159,17 @@ export default {
159
}
160
161
.add-task {
162
- padding: 20px;
163
margin-top: 28px;
+ .button {
164
+ background: #ffffff;
165
+ border: 0;
166
+ color: $color-secondary;
167
+ padding: 20px;
168
+ width: 100%;
169
+ height: auto;
170
+ text-transform: none;
171
+ border-radius: 10px;
172
+ }
173
174
175
</style>
0 commit comments