Hide admin link on landing page
This commit is contained in:
@@ -1941,8 +1941,19 @@ textarea {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.spota-brand img {
|
||||
max-height: 42px;
|
||||
.spota-logo-mark {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
color: #fff;
|
||||
background: linear-gradient(135deg, #0f766e, #2563eb);
|
||||
border-radius: 14px;
|
||||
box-shadow: 0 12px 24px rgba(15, 118, 110, 0.2);
|
||||
font-family: 'Titillium Web', sans-serif;
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.spota-brand:hover,
|
||||
@@ -2283,8 +2294,11 @@ textarea {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.spota-footer-brand img {
|
||||
max-height: 36px;
|
||||
.spota-footer-brand .spota-logo-mark {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
border-radius: 12px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
|
||||
Reference in New Issue
Block a user