url admin na navbar

This commit is contained in:
2025-01-14 19:31:16 -03:00
parent b06e1d22e3
commit aff5fe24d8
11 changed files with 19 additions and 16 deletions

View File

@@ -73,17 +73,19 @@ body
{
position: relative;
width: 100%;
height: 40px;
height: 50px;
border: none;
outline: none;
padding: 5px 15px;
background:linear-gradient(315deg,#591309,#fee4c1) ;
background: #3f3f3f;
color: #fff;
font-size: 18px;
font-size: 20px;
border-radius: 10px;
}
.c-form .c-input .c-inputBox input[type="submit"]
{
background:linear-gradient(315deg,#591309,#fee4c1) ;
cursor: pointer;
margin-top: 20px;
letter-spacing: 1px;