chore: commit all pending changes and ignore project context

This commit is contained in:
2026-04-24 12:41:37 +00:00
parent 850138890c
commit 7000c17d2b
20 changed files with 6482 additions and 640 deletions
+78 -5
View File
@@ -102,15 +102,26 @@ button {
gap: 1rem;
padding: 1rem;
max-width: 1400px;
width: 100%;
box-sizing: border-box;
margin: 0 auto;
}
.grid.service-grid {
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}
.admin-intro {
border: 1px solid var(--line);
border-radius: 10px;
background: #f8fbfe;
padding: 0.8rem 0.9rem;
color: #2b4760;
background: linear-gradient(180deg, #eff7fd 0%, #e0effa 100%);
padding: 0.9rem 1rem;
color: #123e60;
line-height: 1.4;
font-weight: 700;
letter-spacing: 0.01em;
}
.summary-strip {
display: grid;
@@ -286,6 +297,13 @@ button {
.split {
grid-template-columns: 1fr;
}
.rules-banner-head {
flex-direction: column;
align-items: flex-start;
}
.rules-banner-grid {
grid-template-columns: 1fr;
}
.service-grid {
grid-template-columns: 1fr;
}
@@ -370,8 +388,10 @@ button {
color: #4b6178;
}
.tile-comment {
max-height: 96px;
overflow: auto;
display: block;
max-height: calc(1.35em * 15);
overflow-y: auto;
overflow-x: hidden;
line-height: 1.35;
padding-right: 0.2rem;
}
@@ -394,6 +414,54 @@ button {
font-size: 0.76rem;
font-weight: 600;
}
.rules-banner {
margin-top: 0.85rem;
border: 1px solid #c5daec;
border-radius: 12px;
padding: 0.75rem;
background: linear-gradient(180deg, #f2f8fd 0%, #e7f2fb 100%);
}
.rules-banner-title {
font-weight: 700;
color: #123c5d;
}
.rules-banner-head {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 0.6rem;
margin-bottom: 0.5rem;
}
.rules-banner-actions {
display: flex;
justify-content: flex-start;
margin-top: 0.55rem;
}
.rules-ack-btn {
border: 1px solid #2c8c3f;
border-radius: 999px;
padding: 0.38rem 0.72rem;
background: linear-gradient(180deg, #41bb5a 0%, #2f9745 100%);
color: #fff;
font-size: 0.81rem;
font-weight: 700;
line-height: 1;
cursor: pointer;
}
.rules-banner-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.45rem;
}
.rules-pill {
border: 1px solid #c7dbed;
background: rgba(255, 255, 255, 0.9);
border-radius: 10px;
padding: 0.48rem 0.55rem;
color: #23465f;
font-size: 0.86rem;
line-height: 1.35;
}
.compact-grid {
margin-bottom: 0.7rem;
}
@@ -570,6 +638,11 @@ button {
background: rgba(255, 255, 255, 0.9) !important;
border: 1px solid rgba(198, 218, 235, 0.9) !important;
}
.dashboard-page .panel {
width: 100%;
min-width: 0;
box-sizing: border-box;
}
.tile,
.tile:hover,
.made-by,