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