orders: clean code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user