mirror of
https://github.com/andrey271192/PCAtelegram_web.git
synced 2026-09-20 11:55:32 +00:00
feat: add support footer
This commit is contained in:
@@ -320,6 +320,30 @@ h2 {
|
||||
padding: 28px;
|
||||
}
|
||||
|
||||
.support-footer {
|
||||
width: min(1480px, 100%);
|
||||
padding: 0 28px 24px;
|
||||
color: var(--muted);
|
||||
font-size: 13px;
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.support-footer strong {
|
||||
color: var(--blue);
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.support-footer a {
|
||||
color: var(--violet);
|
||||
font-weight: 800;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.support-footer a:hover {
|
||||
color: var(--blue);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.page-panel {
|
||||
display: none;
|
||||
}
|
||||
@@ -1526,6 +1550,10 @@ td small {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.support-footer {
|
||||
padding: 0 16px 20px;
|
||||
}
|
||||
|
||||
.panel {
|
||||
padding: 14px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user