Path: blob/main/src/vs/workbench/contrib/mcp/browser/media/mcpServersView.css
3296 views
/*---------------------------------------------------------------------------------------------1* Copyright (c) Microsoft Corporation. All rights reserved.2* Licensed under the MIT License. See License.txt in the project root for license information.3*--------------------------------------------------------------------------------------------*/45.mcp-welcome-container {6height: 100%;7width: 100%;89&.hide {10display: none;11}1213.mcp-welcome-content {14display: flex;15flex-direction: column;16align-items: center;17height: 100%;18padding: 0px 40px;19text-align: center;20margin: 20px auto;2122.mcp-welcome-icon {23.codicon {24font-size: 48px;25}26}2728.mcp-welcome-title {29font-size: 24px;30margin-top: 5px;31font-weight: 500;32line-height: normal;33}3435.mcp-welcome-description {36max-width: 350px;37padding: 0 20px;38margin-top: 16px;3940a {41color: var(--vscode-textLink-foreground);42}43}4445.mcp-welcome-button-container {46margin-top: 16px;47max-width: 320px;48width: 100%;49}5051}52}535455