update base structure

This commit is contained in:
envoyr
2022-02-16 20:29:42 +01:00
parent 91197bcff2
commit a4d6d183ff
18 changed files with 39943 additions and 154 deletions

View File

@@ -2,7 +2,7 @@
{% set body_class = "min-vh-100 d-flex align-items-center" %}
{% block body %}
{% block content %}
<div class="alert alert-{{ type }} fade show" role="alert">
<h4 class="alert-heading">
{{ heading }}

View File

@@ -2,7 +2,7 @@
{% set body_class = "min-vh-100 d-flex align-items-center" %}
{% block body %}
{% block content %}
<div class="container max-w-lg flex align-content-center mt-5">
<img src="templates/Sparkle/assets/img/logo.png" alt="Froxlor Server Management Panel" />

View File

@@ -1,6 +1,6 @@
{% extends "Froxlor/base.html.twig" %}
{% block body %}
{% block content %}
<div class="container my-auto">
<div class="alert alert-danger fade show" role="alert">
<h4 class="alert-heading">

View File

@@ -2,7 +2,7 @@
{% set body_class = "min-vh-100 d-flex align-items-center" %}
{% block body %}
{% block content %}
<div class="container my-auto">
<div class="alert alert-warning fade show" role="alert">
<h4 class="alert-heading">