| /* Copyright 2015 The Vanadium Authors. All rights reserved. */ |
| /* Use of this source code is governed by a BSD-style */ |
| /* license that can be found in the LICENSE file. */ |
| |
| /* Size related CSS variables */ |
| :root { |
| |
| /* font-size */ |
| --size-font-xxsmall: 0.5em; |
| --size-font-xsmall: 0.7em; |
| --size-font-small: 0.9em; |
| --size-font-normal: 1em; |
| --size-font-large: 1.1em; |
| --size-font-xlarge: 1.2em; |
| --size-font-xxlarge: 1.4em; |
| |
| /* margin and padding size */ |
| --size-space-xxsmall: 0.2em; |
| --size-space-xsmall: 0.5em; |
| --size-space-small: 0.75em; |
| --size-space-normal: 1em; |
| --size-space-large: 1.25em; |
| --size-space-xlarge: 1.5em; |
| --size-space-xxlarge: 3em; |
| |
| --size-input-width-normal: 16em; |
| --size-input-width-small: 8em; |
| } |