mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
cleanup
This commit is contained in:
parent
5c1681a6e7
commit
a9ec7e8c22
@ -922,12 +922,12 @@ StScrollBar {
|
||||
padding: 8px 8px 8px 0px; }
|
||||
.message-icon-bin > StIcon {
|
||||
icon-size: 32px; }
|
||||
.message-secondary-bin:ltr {
|
||||
padding-left: 8px; }
|
||||
.message-secondary-bin:rtl {
|
||||
padding-right: 8px; }
|
||||
.message-secondary-bin {
|
||||
color: rgba(92, 97, 108, 0.4); }
|
||||
.message-secondary-bin:ltr {
|
||||
padding-left: 8px; }
|
||||
.message-secondary-bin:rtl {
|
||||
padding-right: 8px; }
|
||||
.message-secondary-bin > StIcon {
|
||||
icon-size: 16px; }
|
||||
.message-title {
|
||||
|
@ -1193,11 +1193,12 @@ StScrollBar {
|
||||
}
|
||||
|
||||
&-secondary-bin {
|
||||
color: transparentize($fg_color, 0.6);
|
||||
|
||||
&:ltr { padding-left: 8px; }
|
||||
&:rtl { padding-right: 8px; }
|
||||
}
|
||||
|
||||
&-secondary-bin { color: transparentize($fg_color, 0.6); }
|
||||
&-secondary-bin > StIcon { icon-size: 16px; }
|
||||
|
||||
&-title {
|
||||
|
Loading…
Reference in New Issue
Block a user