mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 11:35:15 +08:00
run stylelint for the project
This commit is contained in:
@@ -32,6 +32,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.container-fluid {
|
||||
width: 98%
|
||||
width: 98%;
|
||||
}
|
||||
</style>
|
||||
|
@@ -26,7 +26,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="shadow-box table-shadow-box" style="overflow-x: scroll">
|
||||
<div class="shadow-box table-shadow-box" style="overflow-x: scroll;">
|
||||
<table class="table table-borderless table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@@ -34,7 +34,7 @@
|
||||
<span class="word">{{ $t("checkEverySecond", [ monitor.interval ]) }}</span>
|
||||
</div>
|
||||
<div class="col-md-4 text-center">
|
||||
<span class="badge rounded-pill" :class=" 'bg-' + status.color " style="font-size: 30px">{{ status.text }}</span>
|
||||
<span class="badge rounded-pill" :class=" 'bg-' + status.color " style="font-size: 30px;">{{ status.text }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -384,7 +384,7 @@ export default {
|
||||
}
|
||||
|
||||
.word {
|
||||
color: #AAA;
|
||||
color: #aaa;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@@ -398,7 +398,7 @@ table {
|
||||
|
||||
.stats p {
|
||||
font-size: 13px;
|
||||
color: #AAA;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.stats {
|
||||
@@ -413,7 +413,7 @@ table {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.dark {
|
||||
.dark {
|
||||
.keyword {
|
||||
color: $dark-font-color;
|
||||
}
|
||||
|
Reference in New Issue
Block a user