Outfleet::server deleting

This commit is contained in:
mmilavkin
2024-03-15 20:15:43 +02:00
parent a2f7c09d09
commit aaf3049eb8
3 changed files with 35 additions and 24 deletions

View File

@ -18,24 +18,13 @@ a {
* -- HELPER STYLES --
* Over-riding some of the .pure-button styles to make my buttons look unique
*/
.primary-button,
.secondary-button {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-radius: 20px;
.button {
border-radius: 6px;
}
.primary-button {
color: #fff;
background: #1b98f8;
margin: 1em 0;
}
.secondary-button {
background: #fff;
border: 1px solid #ddd;
color: #666;
padding: 0.5em 2em;
font-size: 80%;
.delete-button {
background: #a20c0c;
border: 1px solid #010101;
color: #ffffff;
}
/*