| /* | |
| * Copyright 2016 The Chromium Authors | |
| * Use of this source code is governed by a BSD-style license that can be | |
| * found in the LICENSE file. | |
| */ | |
| button { | |
| font-size: 3em; | |
| height: 5em; | |
| width: 100%; | |
| } | |
| button.small { | |
| font-size: 1em; | |
| height: 2em; | |
| width: 100%; | |
| } | |
| pre { | |
| font-size: 2em; | |
| } |