You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
835 B

// ================================================================================================
// File Name: app-invoice-list.scss
// Description: Invoice Layout page layouts SCSS.
// ----------------------------------------------------------------------------------------------
// Item Name: Vuexy HTML Admin Template
// Version: 1.0
// Author: PIXINVENT
// Author URL: http://www.themeforest.net/user/pixinvent
// ================================================================================================
@import '../bootstrap-extended/include'; // Bootstrap includes
@import '../components/include'; // Components includes
.invoice-list-wrapper {
@media (max-width: 470px) {
.invoice_status {
margin-top: 1rem;
width: 100%;
select {
margin-left: 0 !important;
}
}
}
}