27 lines
498 B
Plaintext
27 lines
498 B
Plaintext
.team-list {
|
|
.team-list-entry,
|
|
.team-no-team {
|
|
&:first-child {
|
|
margin-top: 0px;
|
|
}
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
background: white;
|
|
padding: 20px;
|
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.175);
|
|
h3 {
|
|
margin-top: 0;
|
|
}
|
|
.card-view-pf {
|
|
padding-top: 5px;
|
|
.card {
|
|
height: auto;
|
|
width: auto;
|
|
min-height: 140px;
|
|
min-width: 130px;
|
|
box-shadow: 0 0 1px rgba(0, 0, 0, 0.175);
|
|
}
|
|
}
|
|
}
|
|
}
|