Added RD Quotation - 1 print format
This commit is contained in:
@ -6,10 +6,14 @@ section {background:#01071C}
|
||||
.rd.card {background-color:#1C2037}
|
||||
.card {border:none}
|
||||
h1,h2,h3,h4,h5,h6,p,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, span {color:white}
|
||||
h2 {font-size:3rem}
|
||||
@media only screen and (max-width:767px){
|
||||
h2 {font-size:2rem}
|
||||
}
|
||||
.rd-button-one {padding:10px 20px;font-weight:bold;border-radius:3px;color:black;background-image: linear-gradient(134deg, #008AFC 27%, #97F8F4 100%)}
|
||||
.text-gradient-1 {background-clip:text;-webkit-background-clip: text !important;padding-top:10px;padding-bottom:20px;background: -webkit-linear-gradient(#119CFF, #97F8F4);-webkit-text-fill-color: transparent}
|
||||
.card {background-color:#1C2037;padding:20px}
|
||||
button:not(.accordion-button),.rd-button:not(.accordion-button) {padding:10px;border-radius:5px;width:100%;border:none;background-color:#119CFF;background-image: linear-gradient(134deg, #008AFC 27%, #97F8F4 100%);}
|
||||
.rd-button-primary:not(.accordion-button) {padding:10px;border-radius:5px;width:100%;border:none;background-color:#119CFF;background-image: linear-gradient(134deg, #008AFC 27%, #97F8F4 100%);}
|
||||
|
||||
/* ----- FORMS AND INPUTS ------- */
|
||||
label {color:#A5A5A5;font-size:14px}
|
||||
@ -99,7 +103,7 @@ section.rd-four-blurb-box-one > .container {background:blue;overflow:hidden;posi
|
||||
.rd-six-card-section-one {row-gap:20px;position:relative}
|
||||
.rd-six-card-section-one:before {content:"";display:block;position:absolute;top:0;bottom:0;right:0;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position: center right;background-image:url(/assets/rangeldigital/files/img/bg-gradient-right-1.jpg)}
|
||||
.rd-six-card-section-one .card {min-height:300px}
|
||||
.rd-six-card-section-one h2 {font-size:3rem;margin-bottom:60px;color:white}
|
||||
.rd-six-card-section-one h2 {font-size:2.5rem;margin-bottom:60px;color:white;z-index:1;position:relative}
|
||||
.rd-six-card-section-one h5 {font-size:1.5rem;color:#008AFC}
|
||||
.rd-six-card-section-one .card-two p,.rd-six-card-section-one .card-two h5 {color:black}
|
||||
.rd-six-card-section-one p {color:white}
|
||||
|
||||
Reference in New Issue
Block a user