You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
684 B

// 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;
}
}