243 lines
4.1 KiB
SCSS
Raw Permalink Normal View History

2022-09-08 15:06:44 -04:00
//
// pages-rtl.scss
//
// Auth
.wrapper .otp-input:not(:last-child){
margin-left: 8px;
margin-right: 0;
}
// timeline
.verti-timeline{
border-left: 0;
border-right: 3px dashed $gray-300;
.event-list{
padding: 0 30px 40px 0;
.event-timeline-dot{
left: auto;
right: -9px;
}
}
}
// Ecommerce
.product-ribbon {
left: 0px;
right: auto;
}
.visa-card {
.visa-pattern {
left: 0px;
right: auto;
}
}
// email
.email-leftbar{
float: right;
}
.email-rightbar {
margin-right: 260px;
margin-left: 0px;
}
.message-list {
li {
.col-mail{
float: right;
}
.col-mail-1{
.star-toggle, .checkbox-wrapper-mail, .dot{
float: right
}
.checkbox-wrapper-mail {
margin: 15px 20px 0 10px;
}
.star-toggle {
margin-right: 5px;
}
.title {
right: 110px;
left: 0;
}
}
.col-mail-2{
right: 320px;
left: 0;
.subject {
right: 0;
left: 200px;
}
.date {
left: 0;
right: auto;
padding-right: 80px;
padding-left: 0px;
}
}
}
.checkbox-wrapper-mail {
label{
&:before{
right: 4px;
}
}
}
}
@media (max-width: 767px){
.email-leftbar {
float: none !important;
width: 100%;
}
.email-rightbar {
margin-right: 0;
}
}
// authentication
.home-btn {
position: absolute;
left: 25px;
right: auto;
}
// file manager
.categories-list li ul{
padding-right: 16px;
padding-left: 0;
}
// Chat
.chat-conversation {
.conversation-list {
.dropdown{
float: left;
}
.ctext-wrap{
border-radius: 8px 8px 0 8px;
}
}
.right {
float: left;
.conversation-list {
.ctext-wrap{
text-align: left;
border-radius: 8px 8px 8px 0;
}
.dropdown{
float: right;
}
}
}
.last-chat .conversation-list:before{
right: auto;
left: 0;
}
}
.chat-input{
padding-left: 120px;
padding-right: 12px;
}
.chat-input-links{
right: auto;
left: 16px;
}
@media (min-width: 576px){
.currency-value{
position: relative;
&:after{
right: auto;
left: -34px;
}
}
}
// datatable icon
.datatables {
thead {
tr {
th {
position: relative;
&:before {
content: "\F0143";
position: absolute;
left: 0;
right: auto;
top: 7px;
font: normal normal normal 24px/1 "Material Design Icons";
opacity: 0.3;
}
&:after {
content: "\F0140";
position: absolute;
left: 0;
right: auto;
top: 14px;
opacity: 0.3;
font: normal normal normal 24px/1 "Material Design Icons";
}
}
.asc {
&:before {
opacity: 1;
}
}
.desc {
&:after {
opacity: 1;
}
}
}
}
}
.modal-header,
.alert {
.close {
padding: 0.3rem 1.75rem;
background: transparent;
border: 0;
font-size: 25px;
position: absolute;
top: 0;
left: 0;
right: auto;
opacity: .4;
width: 1em;
height: 1em;
z-index: 2;
button {
display: none;
}
}
}