react-dynamic-forms
Version:
Dynamic forms library for React
21 lines (19 loc) • 563 B
CSS
/**
* Copyright (c) 2015 - present, The Regents of the University of California,
* through Lawrence Berkeley National Laboratory (subject to receipt
* of any required approvals from the U.S. Dept. of Energy).
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
.group-required {
color: orange;
font-size: larger;
}
.group-label {
text-align: right;
padding-right: 0px;
text-transform: uppercase;
font-size: smaller;
}