WebStudio/src/showplanner
Brooke Hatton 9b81540cc2
Styling tweaking (#77)
* Suggested css tweaks

* correct selector

* disable user text selection on tracks

so that they dont accidentally do it while dragging

* Add css varaibles, remove prefixes, use scss for more stuff

- remove `sp` prefix from mixer buttons
- Add css varaibles. Note: Currently doesnt work for the player due to bootstrap shiz that I will probably end up stripping out
- Bring more css into the scss files

* remove unused css

* pull styling into the scss file rather than inline

* use css var for channel shadow and sidebar background

* Align Icons with text..

* Make the sidebar search fields fixed to the top

I can't tell you why this works but it does

* add editor config

* partial refactor of mixer animation into the scss world

* one option for dealing with a core set of reusable css animations

* Prettier fixes

* rename active to hidden - use margin, so that the element doesn't resize when hidden

* rename track to item

* remove grid areas that are a little pointless
2020-04-19 23:17:05 +02:00
..
channel.scss Styling tweaking (#77) 2020-04-19 23:17:05 +02:00
index.tsx Styling tweaking (#77) 2020-04-19 23:17:05 +02:00
item.scss Styling tweaking (#77) 2020-04-19 23:17:05 +02:00
Item.tsx Styling tweaking (#77) 2020-04-19 23:17:05 +02:00
libraries.scss Styling tweaking (#77) 2020-04-19 23:17:05 +02:00
libraries.tsx Styling tweaking (#77) 2020-04-19 23:17:05 +02:00
PISModal.tsx Prettified Code! 2020-04-19 16:33:34 +00:00
Player.tsx Styling tweaking (#77) 2020-04-19 23:17:05 +02:00
state.ts Prettified Code! 2020-04-19 16:33:34 +00:00
WelcomeModal.tsx Run Prettier across the entire project 2020-04-19 15:47:19 +02:00