Minor style fixes remove console errors
parent
a34fe3c45e
commit
09082f512c
|
@ -1,7 +1,7 @@
|
||||||
.us-created-by {
|
.us-created-by {
|
||||||
@include table-flex();
|
@include table-flex();
|
||||||
margin-top: .5rem;
|
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
margin-top: .5rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
.user-avatar {
|
.user-avatar {
|
||||||
@include table-flex-child(0, 40px, 0);
|
@include table-flex-child(0, 40px, 0);
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
// Font face
|
// Font face
|
||||||
|
|
||||||
@each $font-face in DroidSans, DroidSans-Bold, ostrichSans, OpenSans-CondLight-webfont, taiga {
|
@each $font-face in DroidSans, DroidSans-Bold, OpenSans-CondLight-webfont, taiga {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: '#{$font-face}';
|
font-family: '#{$font-face}';
|
||||||
src: url('../fonts/#{$font-face}.eot?#iefix') format('embedded-opentype'),
|
src: url('../fonts/#{$font-face}.eot?#iefix') format('embedded-opentype'),
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
header {
|
header {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
}
|
}
|
||||||
.status,
|
.status,
|
||||||
.points {
|
.points {
|
||||||
padding-right: 3rem;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
.popover {
|
.popover {
|
||||||
|
@ -54,6 +53,7 @@
|
||||||
}
|
}
|
||||||
.pop-status {
|
.pop-status {
|
||||||
@include popover(200px, 0, 65%, '', '');
|
@include popover(200px, 0, 65%, '', '');
|
||||||
|
padding-right: 1rem;
|
||||||
&.fix {
|
&.fix {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
top: auto;
|
top: auto;
|
||||||
|
@ -70,6 +70,7 @@
|
||||||
}
|
}
|
||||||
.pop-points {
|
.pop-points {
|
||||||
@include popover(150px, '', 30px, 10px, '');
|
@include popover(150px, '', 30px, 10px, '');
|
||||||
|
padding-right: 3rem;
|
||||||
}
|
}
|
||||||
.pop-points-open {
|
.pop-points-open {
|
||||||
@include popover(200px, 0, 260px, '', '');
|
@include popover(200px, 0, 260px, '', '');
|
||||||
|
@ -212,7 +213,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: -.1rem;
|
top: .1rem;
|
||||||
}
|
}
|
||||||
.icon-drag-v {
|
.icon-drag-v {
|
||||||
cursor: move;
|
cursor: move;
|
||||||
|
|
|
@ -38,6 +38,9 @@
|
||||||
&:first-child {
|
&:first-child {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
&:last-child {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
.username {
|
.username {
|
||||||
color: $green-taiga;
|
color: $green-taiga;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue