cleaned up some lineup export items

This commit is contained in:
2022-06-07 11:09:20 -05:00
parent 0232420d5d
commit 42d5c452e7
37 changed files with 216 additions and 73 deletions

View File

@@ -1,5 +1,5 @@
/* These styles are generated from project.scss. */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
.alert-debug {
color: black;
background-color: white;
@@ -20,3 +20,15 @@
.bg-navbar {
background: #212529;
}
.btn-teamsnap {
color: #fff;
background-color: rgb(255, 145, 57);
border-color: rgb(255, 145, 57);
border-radius: 4px;
display: inline-block;
font-family: "Open Sans",Helvetica,sans-serif;
font-weight: 600;
vertical-align: middle;
white-space: nowrap;
}