Afform - Use bootstrap classes on form elements
[civicrm-core.git] / ext / afform / core / ang / afCore.css
CommitLineData
894cb44d 1.af-api4-action-running {
95470350
TO
2 cursor: not-allowed;
3 color: black;
4}
894cb44d 5a.af-api4-action-idle {
95470350
TO
6 cursor: pointer;
7}
5eaf91d9 8
6fb9e8d2 9.af-container.af-layout-cols {
5eaf91d9
CW
10 display: flex;
11}
6fb9e8d2 12.af-container.af-layout-cols > * {
5eaf91d9
CW
13 flex: 1;
14}
6fb9e8d2 15.af-container.af-layout-inline > * {
5eaf91d9
CW
16 display: inline-block;
17 margin-right: .5em;
7731e80b 18 vertical-align: top;
e1aca853
CW
19}
20
344e8290 21[af-repeat-item] {
e1aca853
CW
22 position: relative;
23}
344e8290 24#bootstrap-theme [af-repeat-item] .af-repeat-remove-btn {
e1aca853
CW
25 min-width: 30px;
26 position: absolute;
27 top: 0;
28 right: 0;
5eaf91d9 29}