From 2e05867c74a8ebf1bad5054ae1ba2a6bd9a69501 Mon Sep 17 00:00:00 2001 From: eichehome Date: Tue, 1 Feb 2022 22:56:23 +0100 Subject: [PATCH] Commented main.css --- assets/css/main.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 46e364e..90a8315 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -14,23 +14,25 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - + /* Styling für Handy */ @import url(normalize.css); +/* Popupbox stylen */ .message { max-width: 30em; margin: 0 auto 15px; padding: 4px 12px; } - +/* Aussehen im Erfolgsfall */ .message.error { background-color: #ffdddd; border-left: 6px solid #f44336; } - +/* Aussehen im Fehlerfall */ .message.sucsses { background-color: #ddffdd; border-left: 6px solid #4CAF50; } +/* Position der Box */ .modal { position: relative; z-index: 1;