mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
projects tab styling adjustments (#532)
This commit is contained in:
@@ -616,7 +616,7 @@
|
||||
font-size: 0.95rem;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.interval-custom-range input[type="date"] {
|
||||
margin-left: 0.5rem;
|
||||
@@ -632,6 +632,7 @@
|
||||
background: #f5b041;
|
||||
color: #222;
|
||||
cursor: pointer;
|
||||
transition: background 0.15s ease;
|
||||
}
|
||||
.interval-custom-range button:hover {
|
||||
background: #f39c12;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h1>My Projects</h1>
|
||||
<h1 class="text-3xl font-bold text-white mb-4">My Projects</h1>
|
||||
|
||||
<% if current_user.github_uid.blank? %>
|
||||
<div class="notice">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<h1>My Projects</h1>
|
||||
<h1 class="text-3xl font-bold text-white mb-4">My Projects</h1>
|
||||
|
||||
<% if current_user.github_uid.blank? %>
|
||||
<div class="notice">
|
||||
|
||||
Reference in New Issue
Block a user