mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-01-12 22:53:00 +08:00
24 lines
299 B
SCSS
24 lines
299 B
SCSS
.dropdown-menu-subscription {
|
|
width: 360px;
|
|
|
|
li a {
|
|
white-space: normal;
|
|
}
|
|
|
|
.subscription-status {
|
|
float: left;
|
|
display: none;
|
|
}
|
|
|
|
li:hover,
|
|
li.selected {
|
|
.subscription-status {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.subscription-description {
|
|
margin-left: 25px;
|
|
}
|
|
}
|