Skip to content

Commit

Permalink
Revert "[refactor] SVG better bundling feature branch (#1806)" (#1813)
Browse files Browse the repository at this point in the history
This reverts commit 22ba6a9.
  • Loading branch information
hannahpurcell authored Jul 6, 2023
1 parent 22ba6a9 commit f64a208
Show file tree
Hide file tree
Showing 62 changed files with 979 additions and 1,557 deletions.
11 changes: 8 additions & 3 deletions assets/css/v2/eink/normal_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@
position: absolute;
right: 40px;
bottom: 56px;
width: 204px;
display: flex;
width: 196px;
}

.normal-header-updated__text {
Expand All @@ -84,10 +83,16 @@
line-height: 28px;
}

.normal-header-updated__icon {
display: inline-block;
vertical-align: top;
}

.normal-header-updated__img {
position: absolute;
height: 25px;
width: 25px;
flex-shrink: 0;
margin-right: 4px;
}

.normal-header__environment {
Expand Down
17 changes: 10 additions & 7 deletions assets/css/v2/eink/subway_status.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@
overflow: hidden;
background-color: white;

.branch-icon {
display: inline-block;
&:not(:last-child) {
margin-right: 8px;
}
}

.subway-status__header {
font-family: Helvetica, sans-serif;
font-size: 72px;
Expand Down Expand Up @@ -77,6 +70,16 @@
.subway-status_alert_route-pill-container {
display: inline-block;
margin-right: 16px;

.branch-icon {
display: inline-block;
height: 64px;
width: 64px;

&:not(:last-child) {
margin-right: 8px;
}
}
}

.subway-status_alert_text-container {
Expand Down
Loading

0 comments on commit f64a208

Please sign in to comment.