Chat now present in the bottom right.
This commit is contained in:
@@ -74,6 +74,7 @@ body {
|
||||
color: #2f2f2f;
|
||||
text-decoration: none;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 700;
|
||||
padding: 0.5rem 1rem;
|
||||
border-radius: 4px;
|
||||
transition: all 0.3s ease;
|
||||
@@ -1009,7 +1010,7 @@ body {
|
||||
}
|
||||
|
||||
.nav-greeting {
|
||||
font-weight: 600;
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -2473,6 +2474,16 @@ body {
|
||||
@keyframes bounce { 0%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-6px); } }
|
||||
@keyframes spin { to { transform: rotate(360deg); } }
|
||||
|
||||
/* Floating chat widget */
|
||||
.fc-dot {
|
||||
display: inline-block;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
border-radius: 50%;
|
||||
background: #aaa;
|
||||
animation: bounce 1s infinite;
|
||||
}
|
||||
|
||||
/* Footer */
|
||||
.site-footer {
|
||||
background: #e68672;
|
||||
|
||||
Reference in New Issue
Block a user