Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

QMAPS-864 CSS fixes on PJ POI panel #276

Merged
merged 2 commits into from
Jul 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions src/scss/includes/panels/poi_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ $HEADER_SIZE: 40px;
max-height: calc(100vh - 120px - #{$HEADER_SIZE});
}

.poi_panel__back_to_list .poi_panel__back_to_list_logo {
margin-left: 8px;
vertical-align: middle;
}

.poi_panel__back_to_list:hover {
color: $secondary_text;
}
Expand Down Expand Up @@ -341,6 +336,7 @@ $HEADER_SIZE: 40px;
min-width: 20%
}


&:hover {
text-decoration: none;
}
Expand Down Expand Up @@ -376,6 +372,7 @@ $HEADER_SIZE: 40px;
height: 25px;
font-size: 12px;
color: $secondary_text;
margin-top: 7px;
}

.poi_panel__actions__text:hover {
Expand Down Expand Up @@ -607,6 +604,11 @@ $HEADER_SIZE: 40px;
line-height: $HEADER_SIZE;
padding-left: 8px;
cursor: pointer;

.poi_panel__back_to_list_logo {
margin-left: 8px;
vertical-align: text-bottom;
}
}

@media (min-width: 641px) {
Expand All @@ -615,7 +617,7 @@ $HEADER_SIZE: 40px;
}

.poi_panel__header {
font-size: 13px;
font-size: 12px;
color: $secondary_text;
text-transform: uppercase;
height: $HEADER_SIZE;
Expand Down Expand Up @@ -785,4 +787,8 @@ $HEADER_SIZE: 40px;
border-color: $primary_text;
color: #fff;
}

.poi_panel__container {
padding: 0 15px;
}
}