finalizare 1.0
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
.not-authorized-container {
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.not-authorized-container h1 {
|
||||
color: #b30000; /* Dark red */
|
||||
}
|
||||
|
||||
.not-authorized-container ul {
|
||||
text-align: left;
|
||||
list-style: inside;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff;
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
.page-not-found-container {
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.page-not-found-container h1 {
|
||||
color: #b30000; /* Dark red for error */
|
||||
}
|
||||
|
||||
.page-not-found-container ul {
|
||||
text-align: left;
|
||||
list-style: inside;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
background-color: #007bff;
|
||||
border-color: #007bff;
|
||||
}
|
||||
Reference in New Issue
Block a user