public_html/layouts/basic/styles/components/_Buttons.scss
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include button-variant(#ddd, #ddd);
- Exclude checks
!important should not be used Open
Open
width: 100% !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
&.active {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include media-breakpoint-down(sm) {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@at-root .detailViewTitle #{&} {
- Exclude checks
!important should not be used Open
Open
border-radius: 0.25rem !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.c-btn-block-xs-down {
- Exclude checks
Properties should be ordered border-radius, white-space, width Open
Open
width: 100%;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include button-outline-variant(#ced4da, #000, #f6f6f6);
- Exclude checks
Prefer single quoted strings Open
Open
@include button-variant(material-color("light-green", "600"), material-color("light-green", "600"));
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
margin-bottom: 0.25rem !important;
- Exclude checks
0.25
should be written without a leading zero as .25
Open
Open
border-radius: 0.25rem !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.c-btn-block-sm-down,
- Exclude checks
!important should not be used Open
Open
margin-bottom: 0.25rem !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.c-btn-checkbox--checked {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
> {
- Exclude checks
Color literals like #ddd
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include button-variant(#ddd, #ddd);
- Exclude checks
Color literals like #f6f6f6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include button-outline-variant(#ced4da, #000, #f6f6f6);
- Exclude checks
!important should not be used Open
Open
width: 100% !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
> {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include c-btn-floating-right-bottom($right: 25px);
- Exclude checks
Use //
comments everywhere Open
Open
/* {[The file is published on the basis of YetiForce Public License 6.5 that can be found in the following directory: licenses/LicenseEN.txt or yetiforce.com]} */
- Exclude checks
Color literals like #dee2e6
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #dee2e6;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include button-variant(#ddd, #ddd);
- Exclude checks
Color literals like #000
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include button-outline-variant(#ced4da, #000, #f6f6f6);
- Exclude checks
Prefer single quoted strings Open
Open
@include button-variant(material-color("light-green", "600"), material-color("light-green", "600"));
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include button-variant($color-indigo-dark, $color-indigo-dark);
- Exclude checks
Color literals like #ced4da
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
@include button-outline-variant(#ced4da, #000, #f6f6f6);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.c-btn-block-md-down {
- Exclude checks
Properties should be ordered margin-bottom, width Open
Open
width: 100%;
- Exclude checks
!important should not be used Open
Open
width: 100% !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include button-outline-variant($color-indigo-dark);
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
@include button-variant(material-color("light-green", "600"), material-color("light-green", "600"));
- Exclude checks