Skip to content

Commit 6a88ba3

Browse files
committed
fix style for votation page
1 parent 40992c0 commit 6a88ba3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/cc-commoners/assets/css/extra.css

+7
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
background-color: #ffeb92;
4343
border: 4px solid #ecb500;
4444
}
45+
.callout.success {
46+
border: 4px solid #33b400;
47+
background-color: #c7ffb1;
48+
}
4549
.callout .title {
4650
font-size: 1.2rem;
4751
text-transform: uppercase;
@@ -73,6 +77,9 @@
7377
right: 0;
7478
top: 28%;
7579
}
80+
.votation-content {
81+
min-height: 20rem;
82+
}
7683
/*///////////////////////////////////////
7784
USER APPLICATION STATUS
7885
////////////////////////////////////////*/

0 commit comments

Comments
 (0)