feat: Working vendor views, does need some tweeks to user experience.

This commit is contained in:
2025-01-16 11:09:35 -05:00
parent d4a8444700
commit 51124205b8
7 changed files with 155 additions and 91 deletions

View File

@@ -253,22 +253,24 @@ a.toggle, a img.toggle {
.branch-row {
display: inline-block;
width: 300px;
height: 40px;
background-color: #14141f;
width: 100%;
height: 60px;
background-color: grey;
border-radius: 25px;
padding-left: 15px;
margin: 5px;
border: 1px solid var(--primary);
}
.branch-row .branch-name {
.branch-row .label {
display: inline-block;
margin-top: 10px;
margin-top: 18px;
font-size: 1.25em;
}
.branch-row a {
.branch-row button {
float: right;
margin-top: 5px;
margin-top: 8px;
margin-right: 15px;
font-size: 1.5em;
}