2018-07-08 13:28:21 +02:00
|
|
|
.squad-layout {
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 6px 0;
|
|
|
|
}
|
|
|
|
|
2019-02-26 15:42:06 +01:00
|
|
|
@media all and (max-width: 599px) {
|
|
|
|
.squad-layout {
|
|
|
|
padding: 1vh 1vw;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
right: 3vw;
|
2019-02-27 16:38:46 +01:00
|
|
|
max-width: 27%;
|
2019-02-26 15:42:06 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
div.name-cell {
|
|
|
|
margin-left: 2vw;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-07-08 13:28:21 +02:00
|
|
|
.squad-layout > div {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.squad-layout > div:first-child {
|
|
|
|
background: rgb(34, 34, 34);
|
|
|
|
border-radius: 12px 12px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.squad-layout > div:last-child {
|
|
|
|
display: flex;
|
|
|
|
background: rgb(34, 34, 34);
|
|
|
|
border-radius: 0 0 12px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.squad-cell {
|
|
|
|
display: table-cell;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.squad-member-count {
|
2019-02-26 15:42:06 +01:00
|
|
|
float: left;
|
2018-07-08 13:28:21 +02:00
|
|
|
color: whitesmoke;
|
|
|
|
margin-left: 42px
|
|
|
|
}
|
|
|
|
|
|
|
|
.middle-row {
|
|
|
|
min-height: 120px;
|
|
|
|
padding: 5px;
|
|
|
|
border: rgb(34, 34, 34);
|
|
|
|
background-color: rgba(255, 255, 255, 0.88);
|
|
|
|
border-left-style: solid;
|
|
|
|
border-right-style: solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
.member-link {
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 8px;
|
2019-02-26 17:22:07 +01:00
|
|
|
margin-left: 2%;
|
|
|
|
@media all and (max-width: 959px) {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2018-07-08 13:28:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
color: whitesmoke;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.name-cell {
|
|
|
|
display: inherit;
|
2019-02-26 17:22:07 +01:00
|
|
|
margin-left: 38%;
|
2018-07-08 13:28:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.colored-row {
|
|
|
|
background: rgb(34, 34, 34);
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-row {
|
|
|
|
border-radius: 0 0 12px 12px;
|
|
|
|
}
|