| Path : /var/www/html/moneyexchange/public/src/scss/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/moneyexchange/public/src/scss/responsive.scss |
// Responsive
/*
Template Name: Admin Template
Author: Wrappixel
File: scss
*/
/*==============================================================
For Desktop & above all (1650px)
============================================================== */
/*==============================================================
For Laptop & above all (1370px)
============================================================== */
/*-- ==============================================================
Small Desktop & above all (1024px)
============================================================== */
/*-- ==============================================================
Ipad & above all(768px)
============================================================== */
@include media-breakpoint-up(md) {
.bc-content {
justify-content: flex-end;
}
}
/*-- ==============================================================
Phone and below ipad(767px)
============================================================== */
@include media-breakpoint-down(md) {
.do-block {
display: block !important;
}
}