File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 .alert-alert-success {
33 display : none !important ;
44 }
5+ .form-group {
6+ margin-bottom : 0 !important ;
7+ }
8+ .card {
9+ margin : 0 !important ;
10+ padding : 1.5rem !important ;
11+ }
12+ .text-light {
13+ padding-left : 1.5rem !important ;
14+ }
15+ .card-header {
16+ padding-bottom : 1.5rem !important ;
17+ padding-top : 0.5rem !important ;
18+ border-radius : 0.5rem 0.5rem 0 0 !important ;
19+ }
20+ .border {
21+ border-radius : 0.5rem !important ;
22+ }
23+ .formio-component-button {
24+ padding-left : 1rem !important ;
25+ }
526</ style >
627< div ng-show ="ctrl.errormessage != '' "" class=" alert alert-danger" role="alert"> {{ctrl.errormessage}}</ div >
728< div ng-show ="ctrl.message != '' "" class=" alert alert-primary" role="alert"> {{ctrl.message}}</ div >
1031 </ div >
1132 < div id ='formio ' ng-show ="ctrl.form.fbeditor!=true ">
1233 </ div >
13- </ form >
34+ </ form >
You can’t perform that action at this time.
0 commit comments