Files
wyczarujprezent.pl/themes/EZE-249/_dev/css/components/custom-text.scss
2024-10-28 22:14:22 +01:00

399 lines
10 KiB
SCSS

/**
* Cms pages custom styles
*/
#cms {
.page-header {
text-align: center;
}
hr {
margin-bottom: 50px;
margin-top: 50px;
}
hr {
margin-bottom: 50px;
margin-top: 50px;
}
.fa {
font-size: 150%;
line-height: 113%;
vertical-align: bottom;
}
.fa.fa-lg {
font-size: 7.16667rem;
color: $black;
line-height: 8.33333rem;
display: block;
margin-bottom: 1.66667rem;
}
.content-wrapper h2 .fa {
margin-right: 1rem;
}
.swiper-pagination {
position: static;
.swiper-pagination-bullet {
background: $gray-400;
box-shadow: 0 0 0 4px rgba($gray-400, 0.25);
&:hover, &.swiper-pagination-bullet-active {
background: $brand-primary;
box-shadow: 0 0 0 4px rgba($brand-primary, 0.25);
}
}
}
.content-wrapper {
h2 {
.fa {
margin-right: 12px;
}
}
.animateCount {
li {
text-align: center;
font: bold 56px/45px $font-family-base;
color: $black;
padding: 6px 15px 0;
@include media-breakpoint-only(sm) {
font: bold 46px/35px $font-family-base;
}
@include media-breakpoint-down(xs) {
width: 100%;
}
h3 {
margin-top: 21px;
@include media-breakpoint-only(sm) {
font: bold 16px/24px $font-family-base;
}
}
}
}
.iconBox {
li {
padding-top: 41px;
@include media-breakpoint-down(xs) {
width: 100%;
}
> p a{
display: block;
height: 270px;
color: $black;
background: $gray-200;
padding: 54px 50px 0;
font: bold 20px/34px $font-family-base;
text-transform: uppercase;
text-align: center;
i {
font-size: 81px;
line-height: 1em;
display: block;
margin-bottom: 17px;
color: $black;
}
&:hover {
background: $black;
color: white;
i {
color: white;
}
}
@include media-breakpoint-only(md) {
padding: 54px 20px 0;
}
}
}
}
.list-1 {
list-style: none;
li {
padding: 4px 0 6px 0;
font-weight: bold;
color: $brand-success;
border-top: 1px solid $gray-200;
&:first-child {
border: none;
}
em {
font-size: 20px;
line-height: 20px;
padding-right: 15px;
vertical-align: -2px;
}
}
}
.list-2 {
padding-top: 40px;
li {
clear: both;
width: 100%;
overflow: hidden;
padding-bottom: 30px;
i {
font-size: 70px;
line-height: 148px;
width: 148px;
height: 148px;
text-align: center;
background: $gray-200;
display: block;
float: left;
border-radius: 50%;
margin-right: 35px;
color: $black;
margin-bottom: 10px;
@include media-breakpoint-down(xs) {
font-size: 40px;
line-height: 100px;
width: 100px;
height: 100px;
}
}
}
}
.list-3 {
overflow: hidden;
padding: 23px 0 0;
border: none;
position: relative;
li {
padding-bottom: 20px;
}
&.countBox {
counter-reset: li;
li {
h4 {
&:before {
display: inline-block;
content: counter(li, decimal-leading-zero);
counter-increment: li;
font-size: 36px;
line-height: 30px;
margin-right: 15px;
font-weight: 300;
color: $black;
}
}
}
}
&.disk {
padding-top: 31px;
li {
h4 {
&:before {
display: inline-block;
content: "";
height: 14px;
width: 14px;
background: $black;
margin-right: 20px;
border-radius: 50%;
vertical-align: -1px;
}
}
}
&.accordion_content {
padding-top: 0;
padding-bottom: 50px;
li:not(.text) {
h4 {
margin-bottom: 0;
}
@include media-breakpoint-up(sm) {
padding-left: 30px;
}
}
}
}
}
.list-accordion {
.accordion_current {
cursor: pointer;
&:before {
height: 41px;
width: 41px;
background: $black;
color: white;
content: "+";
line-height: 41px;
font-size: 28px;
border-radius: 50%;
display: inline-block;
margin-right: 20px;
text-align: center;
margin-bottom: 10px;
transition: all 0.3s ease-in-out;
}
&.active:before {
content: "-";
}
}
.accordion_current:not(.active) + .accordion_content {
display: none;
}
}
.list-4 {
li {
text-align: center;
padding-top: 14px;
@include media-breakpoint-down(xs) {
width: 100%;
}
h3 {
@include media-breakpoint-only(sm) {
font: bold 16px/24px $font-family-base;
}
}
i {
font-size: 86px;
line-height: 1em;
color: $black;
margin: 0 0 30px;
display: inline-block;
}
}
}
#testimonials {
margin-left:auto;
margin-right: auto;
.testimonial {
font:400 13px/18px $font-family-base;
text-align: center;
padding: 5px 0 40px;
@include media-breakpoint-up(md) {
font-size:16px;
line-height: 28px;
}
p {
margin-bottom: 33px;
}
h5 {
text-transform: uppercase;
letter-spacing: $letter-spacing-xs;
}
}
.swiper-container {
padding-bottom: 0;
margin-bottom: 0;
.swiper-pagination {
bottom: 10px;
}
}
@include media-breakpoint-up(xl) {
max-width: 900px;
}
}
.list-check {
> li {
> h3 {
margin-bottom: 9px;
i {
font-size: 40px;
margin-right: 10px;
}
}
.list-3 {
overflow: hidden;
padding: 0 0 11px 60px;
border: none;
position: relative;
@include media-breakpoint-down(xs) {
padding: 0 0 11px 20px;
}
&:after {
display: none;
}
li {
padding-bottom: 0;
h4 {
margin-bottom: 13px;
}
&.text {
margin-left: -60px;
padding-bottom: 26px;
@include media-breakpoint-down(xs) {
margin-left: -20px;
}
&:before {
display: none;
}
}
}
}
}
}
img {
margin: 4px 0 17px;
max-width: 100%;
height: auto;
}
#admin-action-cms {
background: none repeat 0 0 #F6F6F6;
border: 1px solid #d2d0d0;
padding: 10px;
p {
margin: 0;
span {
display: block;
padding-bottom: 10px;
font-size: 14px;
font-weight: bold;
color: $brand-primary;
}
.btn {
font: 700 17px/21px $font-family-base;
border: 1px solid;
padding: 10px 14px;
display: inline-block;
&.publish_button {
color: #333;
text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
border-color: #0079b6 #006fa8 #012740 #006fa8;
background: rgb(0, 154, 208);
background: -moz-linear-gradient(top, rgba(0, 154, 208, 1) 0%, rgba(0, 122, 183, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 154, 208, 1)), color-stop(100%, rgba(0, 122, 183, 1)));
background: -webkit-linear-gradient(top, rgba(0, 154, 208, 1) 0%, rgba(0, 122, 183, 1) 100%);
background: -o-linear-gradient(top, rgba(0, 154, 208, 1) 0%, rgba(0, 122, 183, 1) 100%);
background: -ms-linear-gradient(top, rgba(0, 154, 208, 1) 0%, rgba(0, 122, 183, 1) 100%);
background: linear-gradient(to bottom, rgba(0, 154, 208, 1) 0%, rgba(0, 122, 183, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
&:hover {
border-color: #01314e #004b74 #0079b6 #004b74;
filter: none;
background: #0084bf;
}
}
&.lnk_view {
color: $gray-600;
text-shadow: 1px 1px rgba(255, 255, 255, 1);
border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
background: rgb(247, 247, 247);
background: -moz-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(237, 237, 237, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247, 247, 247, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
background: -webkit-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(237, 237, 237, 1) 100%);
background: -o-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(237, 237, 237, 1) 100%);
background: -ms-linear-gradient(top, rgba(247, 247, 247, 1) 0%, rgba(237, 237, 237, 1) 100%);
background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(237, 237, 237, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ededed', GradientType=0);
&:hover {
border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
filter: none;
background: #e7e7e7;
}
}
}
}
}
.table.table-bordered thead > tr > th,
.table.table-bordered thead > tr > td,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tbody > tr > td,
.table.table-bordered > tfoot > tr > th,
.table.table-bordered > tfoot > tr > td {
@include media-breakpoint-down(sm) {
padding: 9px 5px 11px 4px;
}
}
}
&.cms-pages-configuration .table {
@include media-breakpoint-down(xs) {
font-size: 10px;
}
}
}