0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

フロント実装

Posted at

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うまく出来なかったけど、チャレンジだけはしてみた。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?