1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
.authorize-container { display: flex; flex-direction: column; align-items: center; .paste-target { padding: 5px; width: 100%; } .avatar { border-radius: 50%; } .welcome { font-style: italic; margin-top: 15px; } }