mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
commento.scss: move highlighted to commento-card.scss
This commit is contained in:
@ -326,9 +326,10 @@ body {
|
||||
}
|
||||
|
||||
.normal-text {
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
color: $gray-7;
|
||||
line-height: 22px;
|
||||
margin-bottom: 8px;
|
||||
|
||||
a {
|
||||
color: $blue-6;
|
||||
@ -375,6 +376,12 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
.question {
|
||||
font-size: 15px;
|
||||
color: $gray-7;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
|
Reference in New Issue
Block a user