Table team fixes in tablet screens
parent
8a3932b171
commit
9e48638162
|
@ -32,7 +32,8 @@
|
|||
}
|
||||
|
||||
@mixin popover($width, $top: '', $left: '', $bottom: '', $right: '', $arrow-width: 0, $arrow-top: '', $arrow-left: '', $arrow-bottom: '', $arrow-height: 15px) {
|
||||
@extend %text;
|
||||
@extend %light;
|
||||
@extend %small;
|
||||
background: $blackish;
|
||||
bottom: #{$bottom};
|
||||
color: $white;
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
padding: .5rem;
|
||||
}
|
||||
.username {
|
||||
flex: 3;
|
||||
min-width: 300px;
|
||||
flex-basis: 220px;
|
||||
min-width: 25%;
|
||||
}
|
||||
.member-stats {
|
||||
align-content: center;
|
||||
|
@ -14,20 +14,18 @@
|
|||
justify-content: flex-end;
|
||||
}
|
||||
.attribute {
|
||||
@extend %light;
|
||||
flex: 1;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
.icon,
|
||||
.icon {
|
||||
@extend %larger;
|
||||
color: $blackish;
|
||||
}
|
||||
.points {
|
||||
@extend %xlarge;
|
||||
@extend %larger;
|
||||
@extend %light;
|
||||
color: $grayer;
|
||||
&.top {
|
||||
color: $fresh-taiga;
|
||||
}
|
||||
}
|
||||
.points {
|
||||
@extend %title;
|
||||
@extend %bold;
|
||||
}
|
||||
.top {
|
||||
color: $fresh-taiga;
|
||||
|
@ -93,11 +91,11 @@
|
|||
@extend %bold;
|
||||
}
|
||||
.position {
|
||||
@extend %light;
|
||||
color: $gray-light;
|
||||
}
|
||||
}
|
||||
.popover {
|
||||
@extend %small;
|
||||
@include popover(100%, '', 0, 30px, '', 15px, '', 50%, -5px);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue