mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 09:03:36 +08:00
parent
78dbaf107e
commit
555a408f6c
|
@ -126,6 +126,9 @@
|
|||
& .icon {
|
||||
font-size: 14px;
|
||||
}
|
||||
&.online .fa-circle {
|
||||
color: @online-user-circle-color;
|
||||
}
|
||||
&.online .icon {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
|
@ -130,3 +130,5 @@
|
|||
|
||||
@tooltip-bg: rgba(0, 0, 0, 0.9);
|
||||
@tooltip-color: #fff;
|
||||
|
||||
@online-user-circle-color: #7FBA00;
|
||||
|
|
Loading…
Reference in New Issue
Block a user