Skip to content

Commit

Permalink
Upd login card
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdiesel committed Jun 8, 2021
1 parent edc34c0 commit e06a755
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dist/css/main.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/forms.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Forms - Admin One Tailwind CSS Admin Dashboard</title>

<!-- Tailwind is included -->
<link rel="stylesheet" href="css/main.css?v=1623152296419">
<link rel="stylesheet" href="css/main.css?v=1623162284116">

<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"/>
Expand Down Expand Up @@ -473,7 +473,7 @@
</div>

<!-- Scripts below are for demo only -->
<script type="text/javascript" src="js/main.min.js?v=1623152296419"></script>
<script type="text/javascript" src="js/main.min.js?v=1623162284116"></script>


<!-- Icons below are for demo only. Feel free to use any icon pack. Docs: https://bulma.io/documentation/elements/icon/ -->
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Dashboard - Admin One Tailwind CSS Admin Dashboard</title>

<!-- Tailwind is included -->
<link rel="stylesheet" href="css/main.css?v=1623152296419">
<link rel="stylesheet" href="css/main.css?v=1623162284116">

<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"/>
Expand Down Expand Up @@ -718,7 +718,7 @@ <h1>
</div>

<!-- Scripts below are for demo only -->
<script type="text/javascript" src="js/main.min.js?v=1623152296419"></script>
<script type="text/javascript" src="js/main.min.js?v=1623162284116"></script>

<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.min.js"></script>
<script type="text/javascript" src="js/chart.sample.min.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions dist/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Login - Admin One Tailwind CSS Admin Dashboard</title>

<!-- Tailwind is included -->
<link rel="stylesheet" href="css/main.css?v=1623152296419">
<link rel="stylesheet" href="css/main.css?v=1623162284116">

<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"/>
Expand All @@ -20,7 +20,7 @@
<div id="app">

<section class="section main-section">
<div class="card w-11/12 md:w-5/12 shadow-2xl">
<div class="card">
<header class="card-header">
<p class="card-header-title">
<span class="icon"><i class="mdi mdi-lock"></i></span>
Expand Down Expand Up @@ -86,7 +86,7 @@
</div>

<!-- Scripts below are for demo only -->
<script type="text/javascript" src="js/main.min.js?v=1623152296419"></script>
<script type="text/javascript" src="js/main.min.js?v=1623162284116"></script>


<!-- Icons below are for demo only. Feel free to use any icon pack. Docs: https://bulma.io/documentation/elements/icon/ -->
Expand Down
4 changes: 2 additions & 2 deletions dist/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Profile - Admin One Tailwind CSS Admin Dashboard</title>

<!-- Tailwind is included -->
<link rel="stylesheet" href="css/main.css?v=1623152296419">
<link rel="stylesheet" href="css/main.css?v=1623162284116">

<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"/>
Expand Down Expand Up @@ -430,7 +430,7 @@
</div>

<!-- Scripts below are for demo only -->
<script type="text/javascript" src="js/main.min.js?v=1623152296419"></script>
<script type="text/javascript" src="js/main.min.js?v=1623162284116"></script>


<!-- Icons below are for demo only. Feel free to use any icon pack. Docs: https://bulma.io/documentation/elements/icon/ -->
Expand Down
4 changes: 2 additions & 2 deletions dist/tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<title>Tables - Admin One Tailwind CSS Admin Dashboard</title>

<!-- Tailwind is included -->
<link rel="stylesheet" href="css/main.css?v=1623152296419">
<link rel="stylesheet" href="css/main.css?v=1623162284116">

<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"/>
Expand Down Expand Up @@ -1097,7 +1097,7 @@
</div>

<!-- Scripts below are for demo only -->
<script type="text/javascript" src="js/main.min.js?v=1623152296419"></script>
<script type="text/javascript" src="js/main.min.js?v=1623162284116"></script>


<!-- Icons below are for demo only. Feel free to use any icon pack. Docs: https://bulma.io/documentation/elements/icon/ -->
Expand Down
4 changes: 4 additions & 0 deletions src/css/_card.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@
.widget-label h1 {
@apply text-3xl leading-tight font-semibold;
}

.form-screen .card {
@apply w-11/12 md:w-5/12 shadow-2xl rounded-lg;
}
2 changes: 1 addition & 1 deletion src/html/login.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section class="section main-section">
<div class="card w-11/12 md:w-5/12 shadow-2xl">
<div class="card">
<header class="card-header">
<p class="card-header-title">
<span class="icon"><i class="mdi mdi-lock"></i></span>
Expand Down

0 comments on commit e06a755

Please sign in to comment.