mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-21 12:35:33 +03:00
2487 Fix the remaining stylint issues
* commit 'fa96d49dcb690131d4a559ab16b27453c147a4c9': Fix the remaining stylint issues
This commit is contained in:
commit
aef4659e93
2 changed files with 6 additions and 5 deletions
|
@ -35,7 +35,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid--title {
|
.grid--title {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid--title:not(:first-child) {
|
.grid--title:not(:first-child) {
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid .key-colon, .grid .title--border {
|
.grid .key-colon, .grid .title--border {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs__text--bold {
|
.logs__text--bold {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs__time {
|
.logs__time {
|
||||||
|
@ -164,12 +164,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.logs__refresh {
|
.logs__refresh {
|
||||||
--size: 2.5rem;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 3px;
|
top: 3px;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
|
--size: 2.5rem;
|
||||||
width: var(--size);
|
width: var(--size);
|
||||||
height: var(--size);
|
height: var(--size);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -357,7 +358,7 @@
|
||||||
color: var(--gray-4d);
|
color: var(--gray-4d);
|
||||||
background-color: var(--white80);
|
background-color: var(--white80);
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 21rem;
|
padding-top: 21rem;
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue