- Notifications
You must be signed in to change notification settings - Fork1k
Commit277318b
authored
fix: Login - Add padding between username / password (#239)
This is just a minor fit & finish fix for login, to more closely emulate the styling of v1.__Before:__<img width="437" alt="Screen Shot 2022-02-09 at 4 16 05 PM" src="https://user-images.githubusercontent.com/88213859/153312547-04d0a15f-6f69-4365-8935-f1e8363b4cb6.png">__After:__<img width="446" alt="Screen Shot 2022-02-09 at 4 13 34 PM" src="https://user-images.githubusercontent.com/88213859/153312516-a4b4b67b-ed9c-43d2-b32d-3f3c746262d1.png">While I was looking at this - removed a few currently-unnecessary styles and added a story for this component.1 parentb6fcd81 commit277318b
File tree
2 files changed
+19
-28
lines changed- site/components/SignIn
2 files changed
+19
-28
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 | 36 |
| |
62 | 37 |
| |
63 | 38 |
| |
| |||
101 | 76 |
| |
102 | 77 |
| |
103 | 78 |
| |
| 79 | + | |
104 | 80 |
| |
105 | 81 |
| |
106 | 82 |
| |
107 | 83 |
| |
108 | 84 |
| |
109 | 85 |
| |
110 | 86 |
| |
111 |
| - | |
112 | 87 |
| |
113 | 88 |
| |
114 | 89 |
| |
115 | 90 |
| |
116 | 91 |
| |
| 92 | + | |
117 | 93 |
| |
118 | 94 |
| |
119 | 95 |
| |
120 | 96 |
| |
121 | 97 |
| |
122 | 98 |
| |
123 | 99 |
| |
124 |
| - | |
125 | 100 |
| |
126 | 101 |
| |
127 | 102 |
| |
|
0 commit comments
Comments
(0)