WIP: Some visual improvements for login #20

Draft
jboi wants to merge 9 commits from fix/login-improvements into princess
Showing only changes of commit 48c6ae7efb - Show all commits

View file

@ -45,8 +45,7 @@
color: red color: red

This needs to be a lighter red for better contrast. Try #ff6561 I guess?

This needs to be a lighter red for better contrast. Try #ff6561 I guess?

I think we should get a color scheme first and then replace it with css(or sass) variables

#27

I think we should get a color scheme first and then replace it with css(or sass) variables https://gitdab.com/cadence/Carbon/issues/27
.homeserver-question .homeserver-question

Please create a class .homeserver-question and target that instead. Using IDs in CSS sounds fine but quickly turns into hell. I know this from experience.

Please create a class `.homeserver-question` and target that instead. Using IDs in CSS sounds fine but quickly turns into hell. I know this from experience.
font-size: 0.6em font-size: 0.8em

12px please, it doesn't need to be tiny.

12px please, it doesn't need to be _tiny._

Won't using px cause scaling issues on smaller screens?

Won't using px cause scaling issues on smaller screens?

No, px will not cause issues.

No, px will not cause issues.
padding-left: 0.2em
bad marked this conversation as resolved

This does nothing, remove it.

This does nothing, remove it.
.homeserver-label .homeserver-label
display: flex display: flex