This commit is contained in:
+9
-1
@@ -315,11 +315,20 @@ body {
|
||||
border-bottom: none;
|
||||
cursor: pointer;
|
||||
transition: var(--luncher-transition);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
|
||||
&:hover {
|
||||
background: var(--luncher-primary-hover);
|
||||
}
|
||||
|
||||
.restaurant-header-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
font-size: 1.1rem;
|
||||
@@ -338,7 +347,6 @@ body {
|
||||
.restaurant-warning {
|
||||
color: #f59e0b;
|
||||
cursor: help;
|
||||
margin-left: 8px;
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user