1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00
This commit is contained in:
Horst3180 2015-09-15 13:20:36 +02:00
parent 5c1681a6e7
commit a9ec7e8c22
2 changed files with 6 additions and 5 deletions

View File

@ -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 {

View File

@ -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 {