12 lines
298 B
CSS
12 lines
298 B
CSS
.tripAdvisor {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: var(--Spacing-x-half);
|
|
background-color: var(--Base-Surface-Primary-light-Normal);
|
|
position: absolute;
|
|
left: 16px;
|
|
top: 16px;
|
|
padding: var(--Spacing-x-quarter) var(--Spacing-x1);
|
|
border-radius: var(--Corner-radius-Small);
|
|
}
|