mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-11 23:30:58 +03:00
31 lines
502 B
SCSS
31 lines
502 B
SCSS
.login-card {
|
|
max-width: 400px;
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
margin-top: 20px;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
.login-div {
|
|
height: calc(100% - 170px);
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.login-button-div {
|
|
bottom: 0px;
|
|
width: 100%;
|
|
height: 42px;
|
|
position: absolute;
|
|
}
|
|
|
|
.login-button-div > button {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 0px 0px 4px 4px !important;
|
|
}
|
|
|
|
.login-progress-bar {
|
|
position: absolute;
|
|
bottom: 0px;
|
|
border-radius: 0px 0px 4px 4px;
|
|
} |