QualityBox.css: Difference between revisions
Created page with ".pricing-table * { list-style: none; line-height: 1; text-align: center !important; } .title { border-radius:10px 10px 0 0; font-size:4.5rem; font-weight: 600; } .prici..." |
This is CSS used by the QualityBox/pricing page |
||
| Line 4: | Line 4: | ||
text-align: center !important; | text-align: center !important; | ||
} | } | ||
.title { border-radius:10px 10px 0 0; font-size:4.5rem; font-weight: 600; } | .title { | ||
.pricing-table .title { background-color: #fff; padding: 1.625rem 1.25rem; text-align: center; color: #375793;} | border-radius:10px 10px 0 0; | ||
font-size:4.5rem; | |||
font-weight: 600; | |||
} | |||
.pricing-table .title { | |||
background-color: #fff; | |||
padding: 1.625rem 1.25rem; | |||
text-align: center; | |||
color: #375793; | |||
} | |||
.pricing-table .title span { | .pricing-table .title span { | ||
display: block; | display: block; | ||
| Line 19: | Line 28: | ||
color: #fff; | color: #fff; | ||
} | } | ||
.pricing-table .price { | .pricing-table .price { | ||
background-color: #e2e9f0; | background-color: #e2e9f0; | ||
| Line 39: | Line 47: | ||
border-bottom: solid 1px #d1dce7; | border-bottom: solid 1px #d1dce7; | ||
} | } | ||
.pricing-table .btn { | .pricing-table .btn { | ||
text-align: center; | text-align: center; | ||
} | } | ||
a:hover { | a:hover { | ||
cursor: pointer; | cursor: pointer; | ||
| Line 57: | Line 63: | ||
color: #fff !important; | color: #fff !important; | ||
} | } | ||
[[Category:CSS]] | |||
[[Category:QualityBox]] | |||