/var/www/cobraambalaj/resources/scss
Edit: /var/www/cobraambalaj/resources/scss/_rtl.scss (4589B)
body {
text-align: right;
font-family: "Almarai";
font-size: 14px;
}
/* Margin */
.ml-auto {
margin-right: auto !important;
margin-left: unset !important;
}
.mr-auto {
margin-left: auto !important;
margin-right: unset !important;
}
.mr-1,
.mx-1 {
margin-right: unset !important;
margin-left: 0.25rem !important;
}
.ml-1,
.mx-1 {
margin-right: 0.25rem !important;
margin-left: unset !important;
}
.mr-2,
.mx-2 {
margin-right: unset !important;
margin-left: 0.5rem !important;
}
.ml-2,
.mx-2 {
margin-right: 0.5rem !important;
margin-left: unset !important;
}
.mr-3,
.mx-3 {
margin-right: unset !important;
margin-left: 0.1rem !important;
}
.ml-3,
.mx-3 {
margin-right: 0.1rem !important;
margin-left: unset !important;
}
.mr-4,
.mx-4 {
margin-right: unset !important;
margin-left: 1.5rem !important;
}
.ml-4,
.mx-4 {
margin-right: 1.5rem !important;
margin-left: unset !important;
}
.mr-5,
.mx-5 {
margin-right: unset !important;
margin-left: 3rem !important;
}
.ml-5,
.mx-5 {
margin-right: 3rem !important;
margin-left: unset !important;
}
/* Text Align */
.text-right {
text-align: left !important;
}
.text-left {
text-align: right !important;
}
/* Custom Scroll */
.os-scrollbar-vertical {
right: auto;
left: 0;
}
// Sections
section {
.sec-head-horizontal {
.title {
margin-right: 0;
margin-left: 60px;
}
}
}
/* Buttons */
.btn {
> i {
left: auto;
right: 0;
transform: rotate(180deg);
display: inline-block;
top: 0;
}
&:hover,
&:focus {
> i {
left: auto;
right: 4px;
}
}
&.btn-lg {
> i {
top: 0;
}
}
}
// Lists
.icon-list {
li {
padding-left: 0;
padding-right: 25px;
i {
left: auto;
right: 0;
}
}
}
// Social Menu
.social-menu {
li {
> a {
margin-right: 0;
margin-left: 10px;
}
&:last-child {
> a {
margin-left: 0;
}
}
}
}
/* Main Slider */
.main-slider {
.swiper-container {
.swiper-wrapper {
.swiper-slide {
.container {
.slide-content {
p {
font-size: 1.2em;
line-height: 2;
}
}
}
}
}
}
}
/* Slider */
.swiper-container {
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
right: 30px;
left: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
left: 30px;
right: auto;
}
}
// Work Process
.work-process {
.swiper-container {
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
right: 3px;
left: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
left: 3px;
right: auto;
}
}
}
// Gallery
.gallery {
.gallery-filters {
> a {
margin-right: 0;
margin-left: 6px;
padding-right: 0;
padding-left: 20px;
&:after {
right: auto;
left: 0;
}
}
}
.gallery-container {
.gallery-item {
.gallery-content {
.gallery-text {
> i {
left: auto;
right: 0;
transform: rotate(180deg);
}
}
}
&:hover {
.gallery-content {
.gallery-text {
> i {
left: auto;
right: 5px;
}
}
}
}
}
}
}
/* Forms */
.custom-file-label::after {
right: auto;
left: -1px;
border-radius: 0.25rem 0 0 0.25rem;
}
.form-check {
padding-left: unset;
padding-right: 1.25rem;
.form-check-input {
margin-left: unset;
margin-right: -1.25rem;
}
}
@media (min-width: 576px) {
.text-sm-left {
text-align: right !important;
}
.text-sm-right {
text-align: left !important;
}
}
/* Alerts */
.alert-dismissible{
.close{
right: auto;
left: 0;
}
}