some small styling

This commit is contained in:
Ertan Caliskan
2024-03-24 21:15:34 +01:00
parent 6642601825
commit e78ff14861
4 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
3cbd998f7434c93aed61c892053a9289 a3a24372c19044672ce31cbd893c4fdb

View File

@@ -1 +1 @@
9a10a582e2d006052bdd93f717cce3ff 2df1ef583b0bce177684c95cf1553ed8

View File

@@ -10,7 +10,7 @@
<label for="password">Şifre:</label> <label for="password">Şifre:</label>
<input type="password" id="password" class="form-control" v-model="password" required> <input type="password" id="password" class="form-control" v-model="password" required>
</div> </div>
<button type="submit" class="btn btn-primary">Login</button> <button style="margin-top: 15px;" type="submit" class="btn btn-primary">Login</button>
</form> </form>
</div> </div>
</template> </template>