We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa01da commit 0e17493Copy full SHA for 0e17493
1 file changed
kolibri/plugins/user_auth/frontend/views/SignInPage/PictureSignIn/PicturePasswordGrid.vue
@@ -480,13 +480,12 @@
480
481
.submit-container {
482
position: relative;
483
- // display: inline-block;
+ display: flex;
484
+ align-items: center;
485
+ justify-content: center;
486
}
487
488
.submit-button {
- // display: flex;
- align-items: center;
489
- justify-content: center;
490
width: 100%;
491
height: 100%;
492
padding: 0;
@@ -497,7 +496,6 @@
497
496
498
.submit-burst {
499
position: absolute;
500
- top: 50%;
501
z-index: 100;
502
503
0 commit comments