フロント実装


Editボタン
= link_to "Edit", "#", class: 'btn'
で出来た。
scssの変数化がなんとか出来た
$text-color: #ffffff;
$btn-color: #38aef0;
$list-color: #434a54;
$date-color: #999999;

@mixin circle($size) {
width: $size;
height: $size;
}
カラーの部分がメインでwidth,heightうまく出来なかったけど、チャレンジだけはしてみた。