diff --git a/src/main/resources/static/index.css b/src/main/resources/static/index.css index 2a9dee4..36c2c98 100644 --- a/src/main/resources/static/index.css +++ b/src/main/resources/static/index.css @@ -184,23 +184,6 @@ tbody tr:hover { } } - -.add-member-button { - background-color: var(--confirm-button-color); /* Green color */ - color: white; - padding: 10px 20px; - text-decoration: none; - border-radius: 5px; - font-size: 16px; - display: inline-block; - transition: background-color 0.3s ease; -} - -/* Change button color on hover */ -.add-member-button:hover { - background-color: var(--confirm-button-color-hover); /* Darker green on hover */ -} - #search-button { width: 75px; background-color: var(--confirm-button-color); @@ -212,21 +195,35 @@ tbody tr:hover { background-color: var(--confirm-button-color-hover); } -.back-link { - position: fixed; - bottom: 50px; - right: 50px; +.red-button { background-color: var(--accent-color); border-radius: 5px; padding: 5px 10px 5px 10px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); } -.back-link a { +.red-button a { text-decoration: none; color: white } +.red-button:hover { + background-color: #8c0d03; + cursor: pointer; +} + +.centered-flex-button { + width: 200px; + margin: 0 auto; + text-align: center; +} + +.back-link { + position: fixed; + bottom: 50px; + right: 50px; +} + .filter-form { background-color: white; padding: 30px; diff --git a/src/main/resources/templates/parlamentarier.ftl b/src/main/resources/templates/parlamentarier.ftl index f42ea6c..143b38d 100644 --- a/src/main/resources/templates/parlamentarier.ftl +++ b/src/main/resources/templates/parlamentarier.ftl @@ -36,7 +36,7 @@ #list> -