Manage Products - Initial

This commit is contained in:
“VeLiTi”
2024-09-18 12:07:03 +02:00
parent 0532f93bd9
commit e139b91c30
19 changed files with 1625 additions and 554 deletions

View File

@@ -1252,6 +1252,25 @@ background-color: #13b368;
font-style: italic;
}
.btn2 {
display: inline-flex;
align-items: center;
justify-content: center;
text-decoration: none;
appearance: none;
cursor: pointer;
border: 0;
background: #bed4ea;
color: #FFFFFF;
padding: 0px 10px;
font-size: 14px;
font-weight: 600;
border-radius: 4px;
height: 20px;
margin: 2px;
font-style: italic;
}
a.btn:after{
content: ' ';
display: inline-block;