UNPKG

588 BSCSSView Raw
1// Copyright 2015 Palantir Technologies, Inc. All rights reserved.
2// Licensed under the Apache License, Version 2.0.
3
4// NOTE: this partial file is imported once here so form components can just use it.
5// multiple @imports of shared/forms from different files causes placeholder @extends to
6// output CSS multiple times which breaks textbox padding.
7@import "./common";
8
9@import "./control-group";
10@import "./controls";
11@import "./file-input";
12@import "./form-group";
13@import "./input-group";
14@import "./input";
15@import "./label";
16@import "./numeric-input";
17
18form {
19 display: block;
20}