Un peu de style

This commit is contained in:
Sébastien André
2020-03-25 14:33:26 +01:00
parent c7a8e9d3bd
commit 829178cb8c
5 changed files with 4 additions and 4 deletions

View File

@@ -3,5 +3,5 @@
<label for="aircraftName">Aircraft name</label> <label for="aircraftName">Aircraft name</label>
<input id="aircraftName" type="text" formControlName="aircraftName"> <input id="aircraftName" type="text" formControlName="aircraftName">
</div> </div>
<button class="button" type="submit">Add</button> <button class="button" type="submit" class="btn btn-primary">Add</button>
</form> </form>

View File

@@ -19,5 +19,5 @@
<label for="type">DZ or/and tunnel</label> <label for="type">DZ or/and tunnel</label>
<input id="type" type="text" formControlName="type"> <input id="type" type="text" formControlName="type">
</div> </div>
<button class="button" type="submit">Add</button> <button class="button" type="submit" class="btn btn-primary">Add</button>
</form> </form>

View File

@@ -28,5 +28,5 @@
<input id="reserveCanopy" type="text" formControlName="reserveCanopy"> <input id="reserveCanopy" type="text" formControlName="reserveCanopy">
</div> </div>
<button class="button" type="submit">Add</button> <button class="button" type="submit" class="btn btn-primary">Add</button>
</form> </form>

View File

@@ -3,5 +3,5 @@
<label for="jumptypeName">Jump type name</label> <label for="jumptypeName">Jump type name</label>
<input id="jumptypeName" type="text" formControlName="jumptypeName"> <input id="jumptypeName" type="text" formControlName="jumptypeName">
</div> </div>
<button class="button" type="submit">Add</button> <button class="button" type="submit" class="btn btn-primary">Add</button>
</form> </form>