orders: clean code

This commit is contained in:
2025-10-12 22:40:32 +03:00
parent 2bfab6d45c
commit 3755128589
4 changed files with 30 additions and 31 deletions

View File

@@ -54,14 +54,30 @@
border-radius: 30px !important;
}
.rateIcon{
.rateIcon {
position: relative;
top: 2px;
margin:0 5px;
margin: 0 5px;
}
.reorderIcon{
.reorderIcon {
position: relative;
top: 2px;
margin:0 5px;
}
margin: 0 5px;
}
.row {
width: 100%;
padding: 16px 16px 0;
position: fixed;
bottom: 0;
left: 0;
background-color: var(--secondary-background);
}
.button {
width: 100%;
height: 48px;
margin-bottom: 16px;
box-shadow: none;
}