New password reset flow (#9581)
This commit is contained in:
parent
3f74ac37e8
commit
e5ce6d7800
23 changed files with 1163 additions and 362 deletions
|
@ -25,20 +25,30 @@ limitations under the License.
|
|||
padding: 1px;
|
||||
}
|
||||
|
||||
.mx_Icon_accent {
|
||||
color: $accent;
|
||||
}
|
||||
|
||||
.mx_Icon_8 {
|
||||
height: 8px;
|
||||
flex: 0 0 8px;
|
||||
height: 8px;
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
.mx_Icon_16 {
|
||||
height: 16px;
|
||||
flex: 0 0 16px;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.mx_Icon_24 {
|
||||
height: 24px;
|
||||
flex: 0 0 24px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
.mx_Icon_32 {
|
||||
flex: 0 0 32px;
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue