refactor: update examples
This commit is contained in:
@@ -36,4 +36,6 @@ export default {
|
|||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
// Import Main styles for this application
|
// Import Main styles for this application
|
||||||
@import 'styles/style';
|
@import 'styles/style';
|
||||||
|
// We use those styles to show code examples, you should remove them in your application.
|
||||||
|
@import 'styles/examples';
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
/* stylelint-disable declaration-no-important, scss/selector-no-redundant-nesting-selector */
|
/* stylelint-disable declaration-no-important, scss/selector-no-redundant-nesting-selector */
|
||||||
$enable-deprecation-messages: false; /* stylelint-disable-line scss/dollar-variable-default */
|
|
||||||
|
$enable-deprecation-messages: false !default;
|
||||||
|
|
||||||
@import "@coreui/coreui/scss/functions";
|
@import "@coreui/coreui/scss/functions";
|
||||||
@import "@coreui/coreui/scss/variables";
|
@import "@coreui/coreui/scss/variables";
|
||||||
@@ -53,6 +54,8 @@ $enable-deprecation-messages: false; /* stylelint-disable-line scss/dollar-varia
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Buttons
|
// Buttons
|
||||||
|
.col > .btn,
|
||||||
|
.col-auto > .btn,
|
||||||
> .btn,
|
> .btn,
|
||||||
> .btn-group {
|
> .btn-group {
|
||||||
margin: .25rem .125rem;
|
margin: .25rem .125rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user