Skip to content

Commit f530d9c

Browse files
committed
Theme-green.css design corrections
1 parent 5dcf56d commit f530d9c

File tree

2 files changed

+29
-15
lines changed

2 files changed

+29
-15
lines changed

src/assets/css/common.css

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ svg.logo {
190190

191191
/*v-form*/
192192
.v-form {
193-
margin: 26vh 10vw 80px;
193+
margin: 26vh 10vw 60px;
194194
position: relative;
195195
text-align: left;
196196
}
@@ -398,14 +398,6 @@ h3,
398398

399399
}
400400

401-
@media screen and (max-width:479px), (max-height:400px) {
402-
h2,
403-
.fh2 {
404-
font-size: 1.4rem;
405-
}
406-
407-
}
408-
409401
/*misc-typography*/
410402
span.f-tagline,
411403
span.f-sub {
@@ -711,12 +703,34 @@ a.f-disabled {
711703
}
712704

713705
.f-footer .footer-inner-wrap {
714-
padding-top: 10px;
715-
padding-bottom: 10px;
706+
padding-top: 8px;
707+
padding-bottom: 8px;
716708
}
717709

718710
.v-form {
719711
margin-top: 12vh;
720712
}
721713

714+
.f-radios-desc, ul.f-radios li,
715+
ul.f-radios li input[type=text] {
716+
font-size: .86rem
717+
}
718+
719+
}
720+
721+
@media screen and (max-width:479px), (max-height:400px) {
722+
h2,
723+
.fh2 {
724+
font-size: 1.6rem;
725+
}
726+
727+
span.f-sub,
728+
span.f-tagline{
729+
font-size: 1rem;
730+
}
731+
732+
.section-text, li, p, ul {
733+
font-size: 1rem;
734+
}
735+
722736
}

src/assets/css/themes/theme-green.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ header svg.logo {
4141

4242
/* footer */
4343
.f-footer .footer-inner-wrap {
44-
background-color: transparent;
44+
background-color: rgba(62,175,124,0.75);
4545
}
4646

4747
.v-form textarea,
@@ -179,9 +179,9 @@ p.text-success {
179179
color: #ECF80D;
180180
}
181181

182-
@media screen and (max-width:479px) {
182+
@media screen and (max-width:479px), (max-height:420px) {
183183
.f-footer .footer-inner-wrap {
184-
background-color: rgba(55,158,112,0.6);
184+
background-color: rgba(55,158,112,0.7);
185185
}
186186
}
187187

@@ -241,7 +241,7 @@ p.text-success {
241241
}
242242

243243
.f-footer .footer-inner-wrap{
244-
background-color: var(--bg-color);
244+
background-color: rgba(49,54,64,0.75);
245245
}
246246

247247
.f-prev:hover,

0 commit comments

Comments
 (0)