/* * Copyright 2024 CodeRabbit AI Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ .ai-disclaimer-wrapper { display: flex; align-items: center; justify-content: center; flex-direction: column; } .ai-disclaimer-container { display: flex; max-width: 738px; padding: 24px; margin: 24px 0; gap: 10px; align-items: flex-start; border-radius: 20px; background: #f9f9f9; } [data-theme="dark"]:root .ai-disclaimer-container { background: #5d5a59; } .ai-disclaimer-icon { width: 24px; height: 24px; flex-shrink: 0; } .ai-disclaimer-content { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; flex: 1 0 0; } .ai-disclaimer-title { align-self: stretch; color: #2d333e; margin-top: 2px; font-size: 18px; font-style: normal; font-weight: 700; line-height: normal; } [data-theme="dark"]:root .ai-disclaimer-title { color: #dbd9d7; } .ai-disclaimer-description { color: #2d333e; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; } [data-theme="dark"]:root .ai-disclaimer-description { color: #dbd9d7; }