mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
13 lines
243 B
SCSS
13 lines
243 B
SCSS
.connections-devices-item {
|
|
margin-right: 20px;
|
|
font-size: 14px;
|
|
color: $color-gray-darken;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
transition: color .3s ease;
|
|
|
|
&.selected {
|
|
color: $color-primary-dark;
|
|
}
|
|
}
|