2023-05-04 17:29:19 +08:00
|
|
|
.sn-action-toolbar {
|
|
|
|
background: $color-concrete;
|
2023-05-17 17:27:55 +08:00
|
|
|
z-index: 100;
|
2023-05-04 17:29:19 +08:00
|
|
|
|
2023-06-14 21:10:17 +08:00
|
|
|
.sn-action-toolbar__action a:hover {
|
|
|
|
background: var(--sn-blue);
|
|
|
|
color: var(--sn-white);
|
|
|
|
text-decoration: none;
|
2023-05-04 17:29:19 +08:00
|
|
|
}
|
2023-05-17 20:12:40 +08:00
|
|
|
|
|
|
|
.icon-versions {
|
|
|
|
display: inline-block;
|
|
|
|
height: 14px;
|
|
|
|
background-image: image-url("icon_small/versions-black.svg");
|
|
|
|
background-position: center center;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
2023-05-29 15:33:18 +08:00
|
|
|
|
|
|
|
.sn-action-toolbar__message {
|
|
|
|
padding: 8px;
|
|
|
|
}
|
2023-05-17 20:12:40 +08:00
|
|
|
}
|
|
|
|
|
2023-05-29 22:34:07 +08:00
|
|
|
.sn-action-toolbar--button-overflow {
|
2023-05-17 20:12:40 +08:00
|
|
|
.sn-action-toolbar__button-text {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-05-04 17:29:19 +08:00
|
|
|
}
|