feat: add file name change functionality

This commit is contained in:
Sri Harsha D V 2025-05-18 14:55:52 +05:30
parent 31ec776fb3
commit 3dd96b41eb
4 changed files with 166 additions and 3 deletions

View file

@ -297,6 +297,10 @@ h3 {
color: white !important;
}
.text-red {
color: red !important;
}
.font-body1,
body {
font-size: 14px;
@ -678,6 +682,11 @@ button::-moz-focus-inner {
border: 0;
}
#reset-name-1, #reset-name-2 {
margin: 3px;
height: 50px;
}
/* Icon Button */
.icon-button {