Skip to content

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
sh4rkman authored Jan 3, 2025
1 parent 759c00e commit 7276697
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/map/map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,15 +231,15 @@ $flag-circle-opacity: 0.2;
.helipads, .repairStations, .ammocrates {
background-size: contain;
transition: opacity 0.1s ease-in;
&.helipads {
background: url('../../img/icons/deployables/deployable_helipad.webp') no-repeat center center;
}
&.repairStations {
background: url('../../img/icons/deployables/deployable_repairstation.webp') no-repeat center center;
}
&.ammocrates {
background: url('../../img/icons/deployables/deployable_ammocrate.webp') no-repeat center center;
}
}
.helipads {
background: url('../../img/icons/deployables/deployable_helipad.webp') no-repeat center center;
}
.repairStations {
background: url('../../img/icons/deployables/deployable_repairstation.webp') no-repeat center center;
}
.ammocrates {
background: url('../../img/icons/deployables/deployable_ammocrate.webp') no-repeat center center;
}
.destructionPhase {
@include variables.light-text-outline;
Expand Down

0 comments on commit 7276697

Please sign in to comment.