nerves-keyboard / xebow

Firmware for the Keybow written in Elixir
40 stars 10 forks source link

UI: Main page #78

Closed amclain closed 4 years ago

amclain commented 4 years ago

We would like to redesign the main page of the Xebow Studio UI.

Notes

Design

Main

doughsay commented 4 years ago

Suggested key CSS

.key {
  background-color: something;

  border-radius: 6px;
  box-shadow: inset 0 -1px 0 3px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);

  padding-top: 6px;
}
amclain commented 4 years ago

The Milligram framework also came up in the planning meeting.