Add license information.
[ustaxviewer.git] / src / TaxReturnView.css
1 /* Copyright 2020 Blue Static <https://www.bluestatic.org>
2 * This program is free software licensed under the GNU General Public License,
3 * version 3.0. The full text of the license can be found in LICENSE.txt.
4 * SPDX-License-Identifier: GPL-3.0-only
5 */
6
7 .header {
8 display: flex;
9 align-items: center;
10 }
11
12 .header h1 {
13 flex: 2;
14 font-size: 24pt;
15 margin: 10px 0;
16 color: #555;
17 }
18
19 .header select {
20 font-size: 14pt;
21 height: 24pt;
22 }