initial commit
Some checks failed
SonarQube Analysis / Build, Test & Analyse (push) Has been cancelled
Build and Publish TechDocs / build-and-publish (push) Has been cancelled

Change-Id: I12a20fc994c2a94df96de9d3393b06bf6687f77a
This commit is contained in:
Scaffolder
2026-04-17 11:20:50 +00:00
commit 4e3fd72697
376 changed files with 53620 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
/**
* Copyright 2020 Google LLC
*
* 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.
*/
.order {
background: #F9F9F9;
}
.order-complete-section {
max-width: 487px;
padding-top: 56px;
padding-bottom: 120px;
}
.order-complete-section h3 {
margin: 0;
font-size: 36px;
font-weight: normal;
}
.order-complete-section p {
margin-top: 8px;
}
.order-complete-section .padding-y-24 {
padding-bottom: 24px;
padding-top: 24px;
}
.order-complete-section .border-bottom-solid {
border-bottom: 1px solid rgba(154, 160, 166, 0.5);
}
.order-complete-section .cymbal-button-primary {
margin-top: 24px;
}
.order-complete-section a.cymbal-button-primary:hover {
text-decoration: none;
color: white;
}