|
|
// Fonts
|
|
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
|
|
|
|
// Variables
|
|
@import "variables";
|
|
|
|
// Bootstrap
|
|
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
|
|
|
|
.team {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.team-icon {
|
|
display: inline-block;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 20px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.team-name {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.profile {
|
|
img {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
span {
|
|
|
|
}
|
|
}
|
|
|
|
.player-list {
|
|
ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
margin-bottom: 1em;
|
|
}
|
|
li {
|
|
margin: 0;
|
|
padding: 4px;
|
|
}
|
|
}
|