不要なコメントを削除
This commit is contained in:
parent
f80bbb7dfe
commit
9574ca0bbc
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ form button.back:hover {
|
||||||
.memo-actions {
|
.memo-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 10px; /* 追加: 「戻る」ボタンの上に余白を追加 */
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memo-actions form {
|
.memo-actions form {
|
||||||
|
@ -136,7 +136,7 @@ form button.back:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.memo-actions .edit {
|
.memo-actions .edit {
|
||||||
background-color: #28a745; /* 緑色に統一 */
|
background-color: #28a745;
|
||||||
}
|
}
|
||||||
|
|
||||||
.memo-actions .edit:hover {
|
.memo-actions .edit:hover {
|
||||||
|
|
Loading…
Reference in a new issue