]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/eg2/src/app/share/fm-editor/fm-editor.component.css
LP 2061136 follow-up: ng lint --fix
[Evergreen.git] / Open-ILS / src / eg2 / src / app / share / fm-editor / fm-editor.component.css
1 .fm-form-input-and-help {
2   display: flex;
3   flex-wrap: wrap;
4 }
5 /* Place inputs above the hints visually */
6 .fm-form-input-and-help .fm-form-input {
7   flex-basis: 100%;
8   order: -1;
9 }
10 .fm-form-input-and-help .form-text {
11   flex-basis: 100%;
12   margin-bottom: .25rem;
13   font-size: 1em;
14   color: #555;
15   font-style: italic;
16 }
17 .input-group-text { 
18   padding: .125rem .375rem; 
19 }
20 .input-group-text .material-icons { 
21   line-height: inherit; 
22 }