17 lines
452 B
SCSS
17 lines
452 B
SCSS
//
|
|
// Custom Main
|
|
//
|
|
// Add your own styles or override existing ones
|
|
//
|
|
// This file is included last, so you have access
|
|
// to all Bootstrap and Dashmix functions/mixins/styles etc
|
|
// --------------------------------------------------
|
|
|
|
// If you have many custom styles, you can create and import additional files
|
|
// For example you can create _component1.scss and include it as follows:
|
|
// @import 'component1';
|
|
|
|
.fl-wrapper {
|
|
margin-top: 10px;
|
|
}
|