blob: c38b6b646a06df9e85cf058cf516d23376cae896 [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: 1em;
height: 2em;
width: 100%;
}
pre {
font-size: 2em;
}