Redesign layout and navigation #64

Merged
raucao merged 22 commits from feature/new_layout into master 2022-02-26 15:45:12 +00:00
2 changed files with 6 additions and 6 deletions
Showing only changes of commit 4ccf43cf4a - Show all commits

View File

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

View File

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