Layout classes

This commit is contained in:
Basti 2022-02-23 12:13:14 -06:00
parent c0e79918ea
commit 4ccf43cf4a
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html class="h-full">
<head> <head>
<title>Admin Panel | Kosmos Accounts</title> <title>Admin Panel | Kosmos Accounts</title>
<%= csrf_meta_tags %> <%= csrf_meta_tags %>
@ -10,8 +10,8 @@
<%= stylesheet_link_tag 'application', "data-turbo-track": "reload" %> <%= stylesheet_link_tag 'application', "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %> <%= javascript_importmap_tags %>
</head> </head>
<body id="admin-panel" class="bg-red-500"> <body id="admin-panel" class="h-full bg-red-500">
<div class=""> <div class="min-h-full">
<nav class=""> <nav class="">
<div class="max-w-6xl mx-auto sm:px-6 lg:px-8"> <div class="max-w-6xl mx-auto sm:px-6 lg:px-8">
<div class="border-b border-gray-200/10"> <div class="border-b border-gray-200/10">

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html class="h-full">
<head> <head>
<title>Kosmos Accounts</title> <title>Kosmos Accounts</title>
<%= csrf_meta_tags %> <%= csrf_meta_tags %>
@ -10,8 +10,8 @@
<%= stylesheet_link_tag 'application', "data-turbo-track": "reload" %> <%= stylesheet_link_tag 'application', "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %> <%= javascript_importmap_tags %>
</head> </head>
<body> <body class="h-full bg-sky-900">
<div class=""> <div class="min-h-full">
<nav class=""> <nav class="">
<div class="max-w-6xl mx-auto sm:px-6 lg:px-8"> <div class="max-w-6xl mx-auto sm:px-6 lg:px-8">
<div class="border-b border-gray-200/10"> <div class="border-b border-gray-200/10">