Set cursor to hand when hovering over buttons

このコミットが含まれているのは:
dtluna 2016-11-23 01:58:25 +03:00
コミット 93be453037
2個のファイルの変更8行の追加0行の削除

ファイルの表示

@ -15,4 +15,8 @@
font-size: 26px;
flex: 1;
}
.icon-upload {
cursor: pointer;
}
</style>

ファイルの表示

@ -45,6 +45,10 @@
flex-direction: column;
padding: 0.5em;
}
.btn {
cursor: pointer;
}
}
</style>