Skip to content

Commit

Permalink
cleanup: Remove old route ladder header CSS (#2710)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Jul 30, 2024
1 parent b40bcbb commit 05d4185
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions assets/css/_route_ladder.scss
Original file line number Diff line number Diff line change
@@ -1,49 +1,8 @@
.c-route-ladder__header,
.c-new-route-ladder__header,
.c-route-ladder__controls {
margin: 0 0.5rem;
}

.c-route-ladder__header {
@include font-header;
background-color: $color-primary-legacy;
border-radius: 4px;
color: $color-font-light;
grid-row-start: c-route-ladder__header;
padding: 0.4rem 0;
position: relative;
text-align: center;

.c-route-ladder__close-button-container {
height: 100%;
position: absolute;
top: 0;
right: 0.1875rem;
display: flex;
flex-direction: column;
justify-content: center;
}

.c-route-ladder__alert-icon {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0.375rem;

height: 100%;
width: 1.6rem;

cursor: pointer;

svg {
height: 1.6rem;
width: 1.6rem;
}
}
}

.c-new-route-ladder__header {
min-width: max-content;

Expand Down

0 comments on commit 05d4185

Please sign in to comment.