Update buttons.less

This commit is contained in:
Denis Dokin
2024-05-21 13:15:16 +03:00
parent 6e01e948c4
commit 7f6779a64c

View File

@ -118,13 +118,15 @@
&::before {
content: ' ';
position: absolute;
width: 8px;
height: 8px;
bottom: 2px;
width: 7px;
height: 7px;
bottom: 1px;
right: 1px;
background-color: @background-notification-badge-ie;
background-color: @background-notification-badge;
border-radius: 4px;
right: 2px;
stroke-width: 1px;
stroke: rgba(122, 99, 0, 0.5);
}
}
}