Fixes comments and anonymous votes styles
This commit is contained in:
@@ -760,6 +760,7 @@
|
|||||||
|
|
||||||
.button {
|
.button {
|
||||||
background: none;
|
background: none;
|
||||||
|
margin-bottom: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -52,28 +52,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// .voted {
|
|
||||||
// .icon-like {
|
|
||||||
// @extend .icon-like;
|
|
||||||
// background: $votes-like;
|
|
||||||
// border-color: white;
|
|
||||||
// color: white;
|
|
||||||
// }
|
|
||||||
|
|
||||||
// .icon-unlike {
|
|
||||||
// @extend .icon-unlike;
|
|
||||||
// background: $votes-unlike;
|
|
||||||
// border-color: white;
|
|
||||||
// color: white;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// .no-voted {
|
|
||||||
// .icon-like, .icon-unlike {
|
|
||||||
// opacity: .5;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
.total-supports {
|
.total-supports {
|
||||||
color: $proposals;
|
color: $proposals;
|
||||||
float: right;
|
float: right;
|
||||||
@@ -112,7 +90,7 @@
|
|||||||
background: $warning-bg;
|
background: $warning-bg;
|
||||||
color: $warning-color;
|
color: $warning-color;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: -3px;
|
||||||
line-height: $line-height;
|
line-height: $line-height;
|
||||||
padding-top: rem-calc(12);
|
padding-top: rem-calc(12);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -729,6 +707,7 @@
|
|||||||
|
|
||||||
.button {
|
.button {
|
||||||
background: none;
|
background: none;
|
||||||
|
margin-bottom: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user