[Client] Improve theming 🎨
This commit is contained in:
parent
84f1ce866b
commit
5692ae59a1
10 changed files with 15 additions and 9 deletions
|
|
@ -207,7 +207,7 @@ export default Vue.extend({
|
|||
top -4px
|
||||
right 4px
|
||||
font-size 10px
|
||||
color var(--primary)
|
||||
color var(--notificationIndicator)
|
||||
|
||||
&:hover
|
||||
color var(--faceTextButtonHover)
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ export default Vue.extend({
|
|||
> [data-icon]:last-child
|
||||
margin-left 5px
|
||||
font-size 10px
|
||||
color var(--primary)
|
||||
color var(--notificationIndicator)
|
||||
|
||||
@media (max-width 1100px)
|
||||
margin-left -5px
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ export default Vue.extend({
|
|||
margin-left -5px
|
||||
vertical-align super
|
||||
font-size 10px
|
||||
color var(--primary)
|
||||
color var(--notificationIndicator)
|
||||
|
||||
> .pop
|
||||
$bgcolor = var(--face)
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ export default Vue.extend({
|
|||
left 8px
|
||||
pointer-events none
|
||||
font-size 10px
|
||||
color var(--primary)
|
||||
color var(--notificationIndicator)
|
||||
|
||||
> button:last-child
|
||||
display block
|
||||
|
|
|
|||
|
|
@ -238,7 +238,7 @@ export default Vue.extend({
|
|||
> i.circle
|
||||
margin-left 6px
|
||||
font-size 10px
|
||||
color var(--primary)
|
||||
color var(--notificationIndicator)
|
||||
|
||||
> i:last-child
|
||||
position absolute
|
||||
|
|
|
|||
|
|
@ -225,7 +225,7 @@ main
|
|||
> .badge
|
||||
margin-left 6px
|
||||
font-size 10px
|
||||
color var(--primary)
|
||||
color var(--notificationIndicator)
|
||||
|
||||
> .tl
|
||||
max-width 680px
|
||||
|
|
@ -248,7 +248,7 @@ main
|
|||
.badge
|
||||
margin-left 6px
|
||||
font-size 10px
|
||||
color var(--primary)
|
||||
color var(--notificationIndicator)
|
||||
vertical-align middle
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue