| Server IP : 119.59.104.26 / Your IP : 216.73.217.55 Web Server : Apache/2 System : Linux ns69.hostinglotus.net 4.18.0-553.141.2.el8_10.x86_64 #1 SMP Wed Jul 8 10:28:18 EDT 2026 x86_64 User : com12370 ( 1517) PHP Version : 7.2.34 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/com12370/public_html/wp-content/themes/MIXThemes/assets/css/sass/rtl-components/ |
Upload File : |
// RTL Bootstrap grid system
.tie-col-xs-1,
.tie-col-xs-10,
.tie-col-xs-11,
.tie-col-xs-12,
.tie-col-xs-2,
.tie-col-xs-3,
.tie-col-xs-4,
.tie-col-xs-5,
.tie-col-xs-6,
.tie-col-xs-7,
.tie-col-xs-8,
.tie-col-xs-9 {
float: right
}
@include breakpoint(sm){
.tie-col-sm-1,
.tie-col-sm-10,
.tie-col-sm-11,
.tie-col-sm-12,
.tie-col-sm-2,
.tie-col-sm-3,
.tie-col-sm-4,
.tie-col-sm-5,
.tie-col-sm-6,
.tie-col-sm-7,
.tie-col-sm-8,
.tie-col-sm-9 {
float: right
}
}
@include breakpoint(md){
.tie-col-md-1,
.tie-col-md-10,
.tie-col-md-11,
.tie-col-md-12,
.tie-col-md-2,
.tie-col-md-3,
.tie-col-md-4,
.tie-col-md-5,
.tie-col-md-6,
.tie-col-md-7,
.tie-col-md-8,
.tie-col-md-9 {
float: right
}
}
.pull-right {
float: right!important
}
.pull-left {
float: left!important
}
.tie-alignleft {
float: right
}
.tie-alignright {
float: left
}