Werk hoofdapplicatie bij
Legt de bestaande wijzigingen in de hoofdworktree vast voordat de laatste worktree wordt gemerged.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
+34
-3
@@ -1,12 +1,43 @@
|
||||
body {
|
||||
background: #f5f7fb;
|
||||
}
|
||||
|
||||
background-color: #f6f8fb;
|
||||
.navbar {
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
.card {
|
||||
border: 0;
|
||||
border-radius: 12px;
|
||||
box-shadow: 0 2px 8px rgba(0,0,0,.06);
|
||||
}
|
||||
|
||||
.page-title {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.alert {
|
||||
|
||||
animation: fadeIn .3s ease;
|
||||
|
||||
}
|
||||
|
||||
@keyframes fadeIn {
|
||||
|
||||
.navbar-brand {
|
||||
from{
|
||||
|
||||
font-weight: 700;
|
||||
opacity:0;
|
||||
|
||||
transform:translateY(-10px);
|
||||
|
||||
}
|
||||
|
||||
to{
|
||||
|
||||
opacity:1;
|
||||
|
||||
transform:translateY(0);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user