tweb/src/scss/partials/pages/_authCode.scss
2021-04-08 17:52:31 +04:00

36 lines
643 B
SCSS

/*
* https://github.com/morethanwords/tweb
* Copyright (C) 2019-2021 Eduard Kuzmenko
* https://github.com/morethanwords/tweb/blob/master/LICENSE
*/
.page-authCode {
.auth-image {
transform: translateY(12px);
}
.phone-wrapper {
display: flex;
align-items: center;
justify-content: center;
h4 {
&[contenteditable] {
padding: 0 1rem;
border: none;
outline: none;
padding: 0 1rem;
border-bottom: 2px solid var(--primary-color);
}
}
.phone.error {
border-color: var(--danger-color) !important;
}
}
.subtitle {
margin-top: 0;
}
}