first commit
This commit is contained in:
57
public/css/project.css
Normal file
57
public/css/project.css
Normal file
@@ -0,0 +1,57 @@
|
||||
/* 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;
|
||||
border-color: #d6e9c6;
|
||||
}
|
||||
|
||||
.alert-error {
|
||||
color: #b94a48;
|
||||
background-color: #f2dede;
|
||||
border-color: #eed3d7;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
text-transform: uppercase;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
.bg-navbar {
|
||||
background: #212529;
|
||||
}
|
||||
|
||||
.btn-teamsnap {
|
||||
background-color: #ff8f00;
|
||||
border-color: #cc7200;
|
||||
color: #ffffff;
|
||||
border-bottom-width: 2px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-family: "Open Sans", Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
height: 32px;
|
||||
line-height: 29px;
|
||||
margin: 0;
|
||||
padding: 0 16px;
|
||||
text-decoration: none;
|
||||
transition: all 250ms ease-in-out;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.btn-teamsnap:hover,
|
||||
.btn-teamsnap:active,
|
||||
.btn-teamsnap:focus {
|
||||
background-color: #e68100;
|
||||
border-color: #b86700;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.btn-gamechanger {
|
||||
color: #fff;
|
||||
border-color: #1b73bc;
|
||||
background-color: #1b73bc;
|
||||
}
|
||||
Reference in New Issue
Block a user