Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit cc7bf02b authored by 65160381's avatar 65160381
Browse files

Update file login.ejs

parent 2ee38976
No related branches found
No related tags found
No related merge requests found
Pipeline #531 passed with warnings
......@@ -20,10 +20,40 @@
text-anchor: middle;
user-select: none;
}
/* ปรับแต่งปุ่มและพื้นหลัง */
.btn-bd-primary {
--bs-btn-bg: #712cf9;
--bs-btn-hover-bg: #6528e0;
}
/* ฟอร์มตรงกลาง */
.form-signin {
width: 100%;
max-width: 400px;
padding: 15px;
margin: auto;
}
.form-signin .form-floating {
margin-bottom: 1rem;
}
.form-signin .form-check {
margin-bottom: 1rem;
}
/* เพิ่มการจัดตำแหน่งข้อความ */
.form-signin h1 {
font-size: 2rem;
font-weight: bold;
margin-bottom: 1.5rem;
}
/* ปรับพื้นหลังให้เข้ากับธีม */
.bg-body-tertiary {
background-color: #f8f9fa;
}
</style>
</head>
<body class="d-flex align-items-center py-4 bg-body-tertiary">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment