Change notification counter position (#2000)

This commit is contained in:
aignatov-bio 2019-08-21 10:39:56 +02:00 committed by GitHub
parent 0b85dcbead
commit 4730e7bfee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,8 @@
}
#notifications-dropdown {
padding-left: 30px;
margin-left: 15px;
padding-left: 15px;
.fa-bell {
font-size: $font-size-large;
@ -23,6 +24,7 @@
margin-left: 12px;
padding: 1px 6px;
position: relative;
top: -10px;
z-index: 1;
}
}
@ -417,6 +419,7 @@
margin-left: 12px;
padding: 1px 6px;
position: relative;
top: -10px;
z-index: 1;
}
}