no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-20 17:31:04 +08:00
parent 951b7167d8
commit 19b5313ef3
2 changed files with 6 additions and 8 deletions

View File

@ -48,15 +48,13 @@
cursor: pointer;
}
.top-hand .top-right .save-btn.save-already {
background-color: #2d2d2d;
border: 1px #2d2d2d;
background-color: #333;
border: 1px #333;
}
.top-hand .top-right .save-btn.save-already .icon {
width: 20px;
height: 20px;
}
.top-hand .top-right .save-btn .icon {
width: 24px;
height: 24px;
margin-right: 5px;
}

View File

@ -55,16 +55,16 @@
cursor: pointer;
&.save-already {
background-color: rgba(45, 45, 45, 1);
border: 1px rgba(45, 45, 45, 1);
background-color: #333;
border: 1px #333;
.icon {
width: 20px;
// width: 20px;
height: 20px;
}
}
.icon {
width: 24px;
// width: 24px;
height: 24px;
margin-right: 5px;
}