Files
Faculty-Documentation/public/assets/frontend/css/app.css
2025-04-27 22:21:43 +05:30

40 lines
719 B
CSS

.textLg{
font-size: 2rem;
}
.customPos{
justify-content: center;
align-items: center;
justify-items: center;
}
.textWhite{
color: white !important;
}
.customHeight{
height: 82vh;
}
.bgGrad{
background: linear-gradient(to right, #b7202e 75%, #ed1c24 75%);
}
.bgGradDown{
/* background: linear-gradient(to bottom, #b7202e 65%, #ed1c24 65%); */
background-color: #b7202e !important;
}
.noPadding{
padding-left: 0px !important;
}
.bg-light2{
background-color: #ffffff !important;
}
.nav-item .nav-link {
padding: 0.4rem 0.75rem;
font-size: 0.9rem;
}
.nav-item .nav-link img {
max-height: 18px;
width: auto;
}
.nav-item .sidebar-text {
font-size: 0.85rem;
}