fix style issues for dcl plugins

This commit is contained in:
Arvind Tiwari 2018-03-13 01:52:54 +05:30
commit b9a1882080
7 changed files with 176 additions and 194 deletions

View file

@ -501,10 +501,15 @@ textarea {
.split-section-plain .split-figure {
width: 41.66666667%;
}
.split-section-plain .split-figure.col-sm-push-6 {
left: 58.33333333%;
}
.split-section-plain .split-text {
width: 58.33333333%;
}
.split-section-plain .split-text.col-sm-pull-6 {
right: 41.66666667%;
}
}
.section-image img {
@ -726,34 +731,10 @@ textarea {
width: 70%;
}
hr.thick-divider {
border-top: 3px solid #eee !important;
}
.space {
padding: 50px 0;
}
tech-sub-sec h2 {
font-size: 45px;
line-height: 60px;
padding-bottom: 25px;
color: #3a3a3a;
letter-spacing: 1px;
}
.logo-wrap {
text-align: center;
min-height: 140px;
padding: 20px 40px 30px 40px;
}
.btm-space {
padding-bottom: 8px;
}
.btm-space-tayga {
padding-bottom: 12px;
max-width: 660px;
margin: auto;
}
.percent-text {
@ -761,11 +742,6 @@ tech-sub-sec h2 {
color: #999;
}
.tech-sub-sec h2 {
font-size: 40px;
line-height: 55px;
}
.space-middle {
/* padding: 45px 0; */
display: inline-block;
@ -791,16 +767,6 @@ tech-sub-sec h2 {
padding: 30px 2px 20px;
}
.logo-wrap .logo-caption {
padding-top: 20px;
display: inline-block;
color: #999 !important;
}
.logo-wrap-1 {
padding-top: 50px;
}
/*Pricing page*/
@ -966,13 +932,6 @@ tech-sub-sec h2 {
}
}
@media (min-width: 576px) and (max-width: 767px) {
.logo-wrap, .logo-wrap-1 {
width: 50%;
padding: 15px 30px !important;
min-height: 179px;
}
}
@media(max-width:991px) {
.section-sm-center .split-text {
@ -989,9 +948,6 @@ tech-sub-sec h2 {
}
@media(max-width:767px) {
.logo-wrap {
padding: 10px;
}
.navbar-transparent li a {
color: #777 !important;
}
@ -1138,9 +1094,6 @@ tech-sub-sec h2 {
}
@media(max-width:575px) {
.logo-wrap {
padding: 30px;
}
.percent-text {
font-weight: normal;
font-size: 37px;
@ -1210,12 +1163,16 @@ footer {
flex-shrink: 0;
padding: 0 15px;
}
.flex-row .desc-text {
text-align: right;
}
.flex-row .desc-text,
.flex-row .percent-text {
max-width: 380px;
max-width: 430px;
}
.flex-row-rev .desc-text {
max-width: 710px;
text-align: left;
}
.flex-row-rev .percent-text {
order: 2;
@ -1225,10 +1182,6 @@ footer {
}
}
.w380 {
max-width: 380px !important;
}
.checkmark {
display: inline-block;
}