mirror of https://github.com/snachodog/mybuddy.git
Linting fixes.
This commit is contained in:
parent
0c5c3b7a2c
commit
2789234a92
|
@ -1,3 +1,3 @@
|
||||||
@import "../../../node_modules/bootstrap/scss/functions";
|
@import '../../../node_modules/bootstrap/scss/functions';
|
||||||
|
|
||||||
/* Baby Blotter site-wide custom functions. */
|
// Baby Blotter site-wide custom functions.
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
/* Baby Blotter site-wide custom functions. */
|
// Baby Blotter site-wide custom functions.
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
@import "../../../node_modules/bootstrap/scss/mixins";
|
@import '../../../node_modules/bootstrap/scss/mixins';
|
||||||
|
|
||||||
/* Baby Blotter site-wide custom mixins. */
|
// Baby Blotter site-wide custom mixins.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
@import "functions";
|
@import 'functions';
|
||||||
@import "../../../node_modules/bootstrap/scss/variables";
|
@import '../../../node_modules/bootstrap/scss/variables';
|
||||||
|
|
||||||
/* Baby Blotter site-wide custom variables. */
|
// Baby Blotter site-wide custom variables. */
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@import "functions";
|
@import 'functions';
|
||||||
@import "variables";
|
@import 'variables';
|
||||||
@import "mixins";
|
@import 'mixins';
|
||||||
@import "global";
|
@import 'global';
|
||||||
@import "../../../node_modules/bootstrap/scss/bootstrap";
|
@import '../../../node_modules/bootstrap/scss/bootstrap';
|
||||||
|
|
||||||
@import "../../../**/static/scss/*.scss";
|
@import '../../../**/static/scss/*';
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
#view-timer-detail {
|
#view-timer-detail {
|
||||||
#timer-status {
|
#timer-status {
|
||||||
font-size: $display4-size;
|
font-size: $display4-size;
|
||||||
font-weight: $display4-weight;
|
font-weight: $display4-weight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(sm) {
|
@include media-breakpoint-up(sm) {
|
||||||
#view-timer-detail {
|
#view-timer-detail {
|
||||||
#timer-status {
|
#timer-status {
|
||||||
font-size: $display1-size;
|
font-size: $display1-size;
|
||||||
font-weight: $display1-weight;
|
font-weight: $display1-weight;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.card-diaperchange {
|
.card-diaperchange {
|
||||||
.progress {
|
.progress {
|
||||||
height: $progress-height * 2;
|
height: $progress-height * 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue