notifications and save buttons fixed
This commit is contained in:
14
public/css/custom.css
vendored
14
public/css/custom.css
vendored
@@ -252,7 +252,7 @@
|
||||
|
||||
|
||||
/*--------Navbar Notification--------*/
|
||||
.nav-link .badge-floating
|
||||
.nav-link .badge-update
|
||||
{
|
||||
position: absolute;
|
||||
top: 15%;
|
||||
@@ -262,6 +262,18 @@
|
||||
height: 1rem !important;
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
|
||||
|
||||
.nav-link .badge-reminder
|
||||
{
|
||||
position: absolute;
|
||||
top: -59%;
|
||||
margin-left: -0.35rem;
|
||||
transform: translateY(50%);
|
||||
width: 1rem !important;
|
||||
height: 1rem !important;
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
/*--------Navbar Notification Finish--------*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user