ampache_react/app/styles/Login.scss

17 lines
222 B
SCSS

/**
* Style for Login component.
*/
/** Variables */
$titleImage-size: $font-size-h1 + 10px;
.titleImage {
height: $titleImage-size;
}
@media (max-width: 767px) {
.submit {
text-align: center;
}
}