MissionBit / MB_Portal

The Mission Bit Web Portal System
2 stars 1 forks source link

Refactor templates to use classes instead of inline style tags #36

Open etrepum opened 4 years ago

etrepum commented 4 years ago

For example:

Now:

<div style="text-align: center">
  <div style="display: inline-block" class="mui-panel">…</div>
</div>

Desired:

<div class="notifications-container">
  <div class="mui-panel">…</div>
</div>

Elsewhere in a