File tree 4 files changed +8
-16
lines changed
4 files changed +8
-16
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ const HoverCard = ({
45
45
< Button
46
46
variant = "tertiary"
47
47
className = { classNames (
48
- 'px-2.5 py-2 border-0 font-style text-gray-700 font-size-12 ' ,
48
+ 'px-2.5 py-2 border-0 font-style text-gray-700' ,
49
49
{ 'w-100' : enableInContextSidebar } ,
50
50
) }
51
51
onClick = { ( ) => handleResponseCommentButton ( ) }
Original file line number Diff line number Diff line change @@ -188,10 +188,7 @@ const Post = ({ handleAddResponseButton }) => {
188
188
</ div >
189
189
{ ( topicContext || topic ) && (
190
190
< div
191
- className = { classNames (
192
- 'mt-14px font-style font-size-12' ,
193
- { 'w-100' : enableInContextSidebar , 'mb-1' : ! displayPostFooter } ,
194
- ) }
191
+ className = { classNames ( 'mt-14px font-style' , { 'w-100' : enableInContextSidebar , 'mb-1' : ! displayPostFooter } ) }
195
192
style = { { lineHeight : '20px' } }
196
193
>
197
194
< span className = "text-gray-500" style = { { lineHeight : '20px' } } >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ const PostSummaryFooter = ({
68
68
</ OverlayTrigger >
69
69
70
70
{ preview && commentCount > 1 && (
71
- < div className = "d-flex align-items-center ml-4.5 text-gray-700 font-style font-size-12 " >
71
+ < div className = "d-flex align-items-center ml-4.5 text-gray-700 font-style" >
72
72
< OverlayTrigger
73
73
overlay = { (
74
74
< Tooltip id = { `follow-${ postId } -tooltip` } >
Original file line number Diff line number Diff line change 60
60
outline : $light-400 solid 2px ;
61
61
}
62
62
63
-
64
- .font-size-12 {
65
- font-size : 12px !important ;
66
- }
67
-
68
63
.font-size-8 {
69
64
font-size : 8px !important ;
70
65
}
@@ -630,7 +625,7 @@ th, td {
630
625
}
631
626
632
627
.post-form h4 ,
633
- .btn-md {
628
+ .discussion-posts . btn-md {
634
629
font-size : 12px !important ;
635
630
}
636
631
}
@@ -656,28 +651,28 @@ th, td {
656
651
}
657
652
658
653
.post-form h4 ,
659
- .btn-md {
654
+ .discussion-posts . btn-md {
660
655
font-size : 14px !important ;
661
656
}
662
657
}
663
658
664
- @media only screen and (min-device- width : 769px ) {
659
+ @media only screen and (min-width : 769px ) {
665
660
666
661
body ,
667
662
#main {
668
663
font-size : 14px ;
669
664
}
670
665
}
671
666
672
- @media only screen and (max-device- width : 768px ) {
667
+ @media only screen and (max-width : 768px ) {
673
668
674
669
body ,
675
670
#main {
676
671
font-size : 12px ;
677
672
}
678
673
}
679
674
680
- @media only screen and (max-device- width : 366px ) {
675
+ @media only screen and (max-width : 366px ) {
681
676
682
677
body ,
683
678
#main {
You can’t perform that action at this time.
0 commit comments