Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/dashboard/src/dedicated-setup/styles.css
2506 views
1
/**
2
* Copyright (c) 2023 Gitpod GmbH. All rights reserved.
3
* Licensed under the GNU Affero General Public License (AGPL).
4
* See License.AGPL.txt in the project root for license information.
5
*/
6
7
@tailwind base;
8
@tailwind components;
9
@tailwind utilities;
10
11
@layer components {
12
.honeycomb-bg {
13
background: url("../icons/honeycomb-bg.svg") no-repeat top -115px right -160px;
14
@apply bg-gray-50;
15
}
16
}
17
18