mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Updates button styles for replies and views
This commit is contained in:
@@ -123,6 +123,35 @@
|
||||
color: $color-ultramarine;
|
||||
}
|
||||
}
|
||||
|
||||
&__arrow {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&::before {
|
||||
content: '';
|
||||
height: 20px;
|
||||
margin-right: 12px;
|
||||
width: 20px;
|
||||
@include color-svg(
|
||||
'../images/icons/v2/reply-outline-24.svg',
|
||||
$color-white
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
&__chevron::after {
|
||||
content: '';
|
||||
display: inline-block;
|
||||
height: 20px;
|
||||
margin-left: 12px;
|
||||
vertical-align: middle;
|
||||
width: 20px;
|
||||
@include color-svg(
|
||||
'../images/icons/v2/chevron-right-24.svg',
|
||||
$color-white
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
&__progress {
|
||||
|
||||
Reference in New Issue
Block a user