smartdevicelink / generic_hmi

A sample HMI to use with sdl_core
BSD 3-Clause "New" or "Revised" License
8 stars 27 forks source link

HMI body margin is defined in multiple places #489

Closed jacobkeeler closed 2 years ago

jacobkeeler commented 2 years ago

Bug Report

The margin for the body of the HMI is defined in multiple places, meaning that modifications to this value are not applied uniformly. This margin value should be made into a global parameter in _config.scss instead.

Reproduction Steps
  1. Edit the margin value in src/css/base/_base.scss and rebuild the project
  2. Start the HMI, connect an app, and send an Alert RPC
Expected Behavior

Alert should have the same margin as the main body

Observed Behavior

Alert does not have the same margin as the main body

Browser & Version Information
jacobkeeler commented 2 years ago

Closed via #480