// Fonts @import url('https://fonts.bunny.net/css?family=Nunito'); // Variables @import 'variables'; // Bootstrap @import 'bootstrap/scss/bootstrap'; .login-img-con.header-logo img { height: 100px !important; } a.dropdown-item { height: 30px; font-size: 13px; font-weight: 800; } a.notification{ font-weight: 600 !important; } #navbarDropdown{ color: white !important; } .btn:hover { background-color: var(--db-turshary-color); transform: scale(1.03); transition-duration: 3s; } a:hover{ text-decoration: none !important; }