22 lines
404 B
SCSS
22 lines
404 B
SCSS
/*
|
|
Template Name: Qovex - Responsive Bootstrap 4 Admin Dashboard
|
|
Author: Themesbrand
|
|
Version: 1.0.0
|
|
Website: https://themesbrand.com/
|
|
Contact: themesbrand@gmail.com
|
|
File: Icons Css File
|
|
*/
|
|
|
|
// Plugins
|
|
@import "custom/plugins/icons";
|
|
|
|
.mdi, .fa, .fab, .fas, .far, [data-icon], [class^="dripicons-"], [class*=" dripicons-"] {
|
|
&, &:before {
|
|
vertical-align: middle;
|
|
}
|
|
}
|
|
|
|
.bx {
|
|
vertical-align: middle;
|
|
}
|