cleaned up some lineup export items
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user