Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>

This commit is contained in:
rdwebdesign
2021-10-24 17:44:01 -03:00
parent 754a5f0a41
commit fa588072c1
+9 -4
View File
@@ -528,11 +528,16 @@ label {
}
.main-header .navbar .nav > li > a > .label {
top: 0;
right: 0;
font-size: 1em;
padding: .25em;
padding: .25em 0.15em;
min-width: 1.6em;
min-height: 1.6em;
top: auto;
bottom: -.75em;
right: -.75em;
font-size: 12px;
line-height: 1;
text-shadow: 0 0 2px rgba(0, 0, 0, .6);
border-radius: 50%;
}
.main-header .navbar .sidebar-toggle {