feat: Working vendor views, does need some tweeks to user experience.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user