circle-create form ok

This commit is contained in:
Gaëlle Morin
2019-11-11 11:22:37 +01:00
parent 493a1a8525
commit 5da381ce93
5 changed files with 19 additions and 3 deletions

View File

@ -0,0 +1,13 @@
#admin-circle-create {
input[type='submit'] {
@extend .button,
.text-bold,
.text-uppercase,
.reversed,
.button-dark,
.bordered;
margin-left: auto;
margin-top: 3.2rem;
}
}