Files
citrus/public/css/app/citrus.css
T

27 lines
538 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* Login sayfası logo boyutu */
.fi-logo {
height: 6rem !important;
width: auto !important;
}
/* Login sayfası brand logo boyutu */
.fi-brand-logo {
height: 6rem !important;
width: auto !important;
}
/* Login sayfası brand logo container */
.fi-brand-logo-container {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2rem;
}
/* Login sayfası brand logo img */
.fi-brand-logo img {
height: 6rem !important;
width: auto !important;
max-width: none !important;
}