1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

frontend: redesign score and timeago subtitle

This commit is contained in:
Adhityaa Chandrasekar
2018-12-18 19:10:12 -05:00
parent 1f8f3b3a36
commit bcc81e1ad8
2 changed files with 21 additions and 9 deletions

View File

@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
.commento-root-min-height {
min-height: 350px;
@ -41,7 +41,7 @@
height: 32px;
text-align: center;
color: $red-7;
font-weight: bold;
font-weight: 700;
}
.commento-mod-tools {
@ -53,7 +53,7 @@
text-transform: uppercase;
color: $indigo-8;
font-size: 12px;
font-weight: bold;
font-weight: 700;
}
.commento-moderation-notice {
@ -62,7 +62,7 @@
height: 32px;
text-align: center;
color: $orange-7;
font-weight: bold;
font-weight: 700;
margin-top: 16px;
}
@ -111,7 +111,7 @@
}
.commento-name {
font-weight: bold;
font-weight: 700;
font-size: 14px;
color: #555;
border: none;
@ -131,13 +131,20 @@
margin-left: 48px;
}
.commento-score {
.commento-timeago {
display: inline;
color: #999;
color: #888;
font-size: 12px;
}
.commento-score::before {
.commento-score {
display: inline;
color: #888;
font-size: 12px;
font-weight: 700;
}
.commento-timeago::before {
content: "\00a0 \00a0 \00b7 \00a0 \00a0";
}