Merge pull request #18977 from civicrm/5.32
[civicrm-core.git] / ext / afform / core / ang / afCore.css
1 .af-api4-action-running {
2 cursor: not-allowed;
3 color: black;
4 }
5 a.af-api4-action-idle {
6 cursor: pointer;
7 }
8
9 .af-container.af-layout-cols {
10 display: flex;
11 }
12 .af-container.af-layout-cols > * {
13 flex: 1;
14 }
15 .af-container.af-layout-inline > * {
16 display: inline-block;
17 margin-right: .5em;
18 vertical-align: bottom;
19 }
20
21 [af-repeat-item] {
22 position: relative;
23 }
24 #bootstrap-theme [af-repeat-item] .af-repeat-remove-btn {
25 min-width: 30px;
26 position: absolute;
27 top: 0;
28 right: 0;
29 }