create new component call login

This commit is contained in:
2025-10-23 14:58:17 -06:00
parent a058b2d126
commit 9f45a40eff
6 changed files with 47 additions and 114 deletions
-9
View File
@@ -24,10 +24,6 @@
font-size: 1.5rem;
}
.barNavigation li:hover {
background-color: #bd8c01;
}
.barNavigation ul.active {
display: flex;
width: 100%;
@@ -109,11 +105,6 @@
font-size: 1.5rem;
}
.subMenu:hover > span,
.subMenu > a:hover > span {
color: white;
}
.containerLinks {
padding: 0 !important;
border-radius: 0 0 4px 4px;
+2 -2
View File
@@ -45,7 +45,7 @@
.header::after {
content: "";
top: 0;
left: -40px;
left: -60px;
position: absolute;
background-color: #003e79;
height: 100%;
@@ -57,7 +57,7 @@
.header::before {
content: "";
top: 0;
left: -20px;
left: -40px;
position: absolute;
background-color: rgb(1, 92, 184);
height: 100%;
+1 -1
View File
@@ -1,7 +1,7 @@
.login-container {
width: 300px;
margin: 100px auto;
padding: 30px;
padding: 2rem;
border: 1px solid #ccc;
border-radius: 10px;
background: #f8f9fa;