Skip to content

Commit 2e7f2f0

Browse files
committed
auto height class on user status boxes
1 parent c908131 commit 2e7f2f0

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

frontend-redesign/scss/common.scss

-3
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ body {
9696
border-radius: 50%;
9797
}
9898
}
99-
.auto-height {
100-
min-height: auto !important;
101-
}
10299
//colors
103100
a {
104101
color: $secondary-color;

frontend-redesign/scss/modules.scss

+3
Original file line numberDiff line numberDiff line change
@@ -661,6 +661,9 @@
661661
margin-bottom: 1rem;
662662
text-align: center;
663663
opacity: .5;
664+
&.auto-height {
665+
min-height: auto;
666+
}
664667
&.on-hold {
665668
border: 4px solid #fdad00;
666669
background-color: #ffe4b1;

themes/cc-commoners-2019/assets/css/style.css

+2-3
Original file line numberDiff line numberDiff line change
@@ -5898,9 +5898,6 @@ table.hover:not(.unstriped) tr:nth-of-type(even):hover {
58985898
.rounded img {
58995899
border-radius: 50%; }
59005900

5901-
.auto-height {
5902-
min-height: auto !important; }
5903-
59045901
a {
59055902
color: #F5976B; }
59065903
a:hover {
@@ -6621,6 +6618,8 @@ a {
66216618
margin-bottom: 1rem;
66226619
text-align: center;
66236620
opacity: .5; }
6621+
.page-template-template-user-status .entry-status.auto-height {
6622+
min-height: auto; }
66246623
.page-template-template-user-status .entry-status.on-hold {
66256624
border: 4px solid #fdad00;
66266625
background-color: #ffe4b1;

0 commit comments

Comments
 (0)