Added a border radius and color to configuration button

This commit is contained in:
2026-02-16 17:54:29 -07:00
parent e6c4939191
commit be5a58dcf1

View File

@@ -26,7 +26,8 @@ td, th {
.links {
background-color: #0f0f0f;
border: 1px solid;
border: 1px solid #00a4dc;
border-radius: 0.25rem;
padding: 0.8rem 1.8rem;
font-size: 1.2rem;
color: #ffffff;
@@ -38,7 +39,7 @@ td, th {
}
.links:hover {
background-color: #2a2a2a;
background-color: #2a2a2a;
}
.actions-cell {
@@ -46,12 +47,12 @@ td, th {
}
.validation {
border: 1px solid;
border-radius: 0.25rem;
margin-top: 1rem;
margin-bottom: 0;
padding: 1rem;
opacity: 1;
border: 1px solid;
border-radius: 0.25rem;
margin-top: 1rem;
margin-bottom: 0;
padding: 1rem;
opacity: 1;
}
.max-width{