Skip to content
Snippets Groups Projects
Commit 0e7bf3ba authored by Luisa Wenz's avatar Luisa Wenz
Browse files

push

parent 4e4f42a1
Branches luisa
No related merge requests found
......@@ -353,7 +353,7 @@
</div>
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal">
<button type="button" class="btn btn-primary" id="changes-button" data-bs-toggle="modal" data-bs-target="#exampleModal">
Änderungen bestätigen
</button>
......
......@@ -609,10 +609,20 @@ h2 {
flex: 1; /* Erlaubt dynamische Breite */
}
.row:last-child {
border-bottom: none;
}
#changes-button {
background-color: #fb7300;
color: #ffffff;
border: none;
border-radius: 50px;
margin-left: 10px;
cursor: pointer;
}
/*AboutUs*/
/* Allgemein */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment