WIP: Some visual improvements for login #20
1 changed files with 1 additions and 2 deletions
|
@ -45,8 +45,7 @@
|
|||
color: red
|
||||
|
||||
|
||||
.homeserver-question
|
||||
cadence
commented
Please create a class 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
|
||||
padding-left: 0.2em
|
||||
font-size: 0.8em
|
||||
cadence
commented
12px please, it doesn't need to be tiny. 12px please, it doesn't need to be _tiny._
bad
commented
Won't using px cause scaling issues on smaller screens? Won't using px cause scaling issues on smaller screens?
cadence
commented
No, px will not cause issues. No, px will not cause issues.
|
||||
|
||||
bad marked this conversation as resolved
cadence
commented
This does nothing, remove it. This does nothing, remove it.
|
||||
.homeserver-label
|
||||
display: flex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue
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