commit | author | age
|
b379f5
|
1 |
/* |
U |
2 |
To change this license header, choose License Headers in Project Properties. |
|
3 |
To change this template file, choose Tools | Templates |
|
4 |
and open the template in the editor. |
|
5 |
*/ |
|
6 |
/* |
|
7 |
Created on : 04.04.2021, 17:02:13 |
|
8 |
Author : ulrich |
|
9 |
*/ |
|
10 |
|
|
11 |
|
|
12 |
|
|
13 |
.entity-formular { |
|
14 |
display: flex; |
|
15 |
flex-flow: column; |
|
16 |
} |
|
17 |
|
|
18 |
.entity-element { |
|
19 |
margin: 0.4rem; |
a43e1a
|
20 |
} |
U |
21 |
|
|
22 |
.entity-liste { |
|
23 |
list-style-type: none; |
|
24 |
} |
|
25 |
|
|
26 |
.entity-eintrag { |
|
27 |
margin-top: 0.8rem; |
|
28 |
margin-left: 0; |
|
29 |
margin-right: 0; |
|
30 |
margin-bottom: 0; |
b379f5
|
31 |
} |