button styling

This commit is contained in:
Kenneth Jannette
2025-02-20 21:51:09 -05:00
parent 7246bde001
commit c2e7f6ae4f
2 changed files with 14 additions and 2 deletions

View File

@@ -84,7 +84,6 @@ body {
}
.auxButton {
margin-top: 8px;
height: 30px;
width: 125px;
border: 1px solid #c0c8cf;
@@ -97,6 +96,19 @@ body {
margin: 25px auto;
}
.auxButton2 {
height: 30px;
width: 125px;
border: 1px solid #c0c8cf;
border-radius: 6px;
background-color: white;
color: #0f1111;
font-family: "Open Sans", sans-serif;
cursor: pointer;
padding: 7px 0px 26px 0px;
margin: 15px auto 25px auto;
}
.button {
margin-top: 8px;
align-items: center;