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