File tree 3 files changed +5
-6
lines changed
themes/cc-commoners-2019/assets/css
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 96
96
border-radius : 50% ;
97
97
}
98
98
}
99
- .auto-height {
100
- min-height : auto !important ;
101
- }
102
99
// colors
103
100
a {
104
101
color : $secondary-color ;
Original file line number Diff line number Diff line change 661
661
margin-bottom : 1rem ;
662
662
text-align : center ;
663
663
opacity : .5 ;
664
+ & .auto-height {
665
+ min-height : auto ;
666
+ }
664
667
& .on-hold {
665
668
border : 4px solid #fdad00 ;
666
669
background-color : #ffe4b1 ;
Original file line number Diff line number Diff line change @@ -5898,9 +5898,6 @@ table.hover:not(.unstriped) tr:nth-of-type(even):hover {
5898
5898
.rounded img {
5899
5899
border-radius : 50% ; }
5900
5900
5901
- .auto-height {
5902
- min-height : auto !important ; }
5903
-
5904
5901
a {
5905
5902
color : # F5976B ; }
5906
5903
a : hover {
@@ -6621,6 +6618,8 @@ a {
6621
6618
margin-bottom : 1rem ;
6622
6619
text-align : center;
6623
6620
opacity : .5 ; }
6621
+ .page-template-template-user-status .entry-status .auto-height {
6622
+ min-height : auto; }
6624
6623
.page-template-template-user-status .entry-status .on-hold {
6625
6624
border : 4px solid # fdad00 ;
6626
6625
background-color : # ffe4b1 ;
You can’t perform that action at this time.
0 commit comments