blob: 9126316b3dfed00aea54dbd5b0981c5acf559d73 [file] [log] [blame]
/*
* Copyright 2016 The Chromium Authors. All rights reserved.
* 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: 2em;
height: 3em;
width: 100%;
}
pre {
font-size: 2em;
}