Built out form ajax requesting, needs some more testing

This commit is contained in:
2018-07-04 21:40:19 +10:00
parent e4eb653a88
commit bd77bf6696
8 changed files with 169 additions and 31 deletions

View File

@ -8,7 +8,9 @@
* Version:
* 1.0.0 - 2018/05/13
*/
.o-form { }
.o-form {
position: relative;
}
.o-form__group {
+ .o-btn-group,

View File

@ -46,4 +46,13 @@
stroke: $s-color--loader;
}
}
&__backdrop {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.5);
}
}