Skip to content

Commit

Permalink
background behind machine names
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Oct 15, 2024
1 parent 12795eb commit 16de81f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/assets/stylesheets/application.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1500,15 +1500,17 @@ li.address_full {
font-family: $Nunito_800ExtraBold;
height: 100%;
width: 100%;
padding: 6px 6px 6px 0px;
padding: 6px 6px 6px 10px;
display: flex;
align-items: center;
font-size: 24px;
line-height: 28px;
background: var(--white);
border-radius: 15px;
}

.machine_name {
width: 92%;
width: 94%;
}

.w_100 {
Expand Down Expand Up @@ -1936,7 +1938,7 @@ br.clear {
}

.machine_tools_lmx_toggle img.banner_icon {
height: 22px;
height: 20px;
filter: var(--filter);
}

Expand Down

0 comments on commit 16de81f

Please sign in to comment.