Skip to content

Commit

Permalink
same style for vote indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
santisiri committed Nov 7, 2017
1 parent 355984a commit 7e7b651
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions imports/ui/css/earth.css
Original file line number Diff line number Diff line change
Expand Up @@ -4201,7 +4201,7 @@ blockquote {
margin-right: -10px;
margin-bottom: 10px;
margin-left: -10px;
padding: 15px 20px 5px;
padding: 15px 20px 5px 13px;
border-bottom: 1px solid rgba(109, 92, 125, .11);
box-shadow: none;
color: #6c5b7c;
Expand Down Expand Up @@ -4333,7 +4333,7 @@ blockquote {
}

.collective {
padding: 20px 10px;
padding: 20px 5px;
color: #333;
font-size: 14px;
line-height: 22px;
Expand Down Expand Up @@ -5313,9 +5313,9 @@ blockquote {
margin-top: 4px;
margin-right: 3px;
margin-left: 5px;
padding: 0px 3px;
padding: 0px 5px;
float: right;
border-radius: 2px;
border-radius: 25px;
background-color: #ccbcda;
color: #6c5b7c;
font-size: 9px;
Expand Down Expand Up @@ -5372,7 +5372,7 @@ blockquote {

.avatar-icon-box {
max-width: 24px;
margin: -9px 5px -10px -10px;
margin: -9px 5px -15px -3px;
float: left;
}

Expand Down

0 comments on commit 7e7b651

Please sign in to comment.