blob: d0cfefbfda518cde91844e0800e61585463fe734 [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001/**
2 * Copyright 2015 Google Inc. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
17.demo-page {
18 width: 100%;
19 height: auto;
20
21 margin: 0;
22 padding: 0;
23
24 padding: 24px;
25 box-sizing: border-box;
26}
27
28.demo-preview-block {
29 padding: 20px;
30 padding-bottom: 0;
31 margin-bottom: 0;
32 box-sizing: border-box;
33 width: 100%;
34}
35
36.demo-code {
37 width: 100%;
38 box-sizing: border-box;
39}