Prettier json
[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
CW
8
9.af-block.af-layout-cols {
10 display: flex;
11}
12.af-block.af-layout-cols > * {
13 flex: 1;
14}
15.af-block.af-layout-inline > * {
16 display: inline-block;
17 margin-right: .5em;
18}