This commit is contained in:
+4
-1
@@ -329,7 +329,6 @@ body[data-view="settings"] .lower-grid,
|
||||
body[data-view="settings"] #crmPipeline,
|
||||
body[data-view="settings"] #crmActivity,
|
||||
body[data-view="settings"] #crmReports { display: none; }
|
||||
#startDemoJobBtn { display: none !important; }
|
||||
.view-active { animation: view-enter .18s ease-out; }
|
||||
@keyframes view-enter { from { opacity: .35; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
|
||||
|
||||
@@ -403,3 +402,7 @@ th { background: #f8fafc; } td { padding-top: 14px; padding-bottom: 14px; }
|
||||
footer { border-color: #e4e7ec; }
|
||||
@media (max-width: 820px) { .sidebar { width: 232px; } .main { margin-left: 232px; } }
|
||||
@media (max-width: 700px) { .main { margin-left: 0; } .topbar { height: 68px; } .content { padding-top: 26px; } }
|
||||
|
||||
.source-form-actions { display:flex; flex-wrap:wrap; gap:8px; }
|
||||
.source-form-actions .button[disabled] { cursor:not-allowed; }
|
||||
@media (max-width:700px) { .source-form-actions { width:100%; } .source-form-actions .button { flex:1 1 100%; } }
|
||||
|
||||
Reference in New Issue
Block a user