- added btn 'add to favourites;

This commit is contained in:
Vitalii Kiiko
2024-11-11 14:16:33 +01:00
parent cff391ae9c
commit a42806c0f0
3 changed files with 58 additions and 28 deletions

View File

@@ -355,8 +355,8 @@
.appPageSection__tableActions {
display: flex;
gap: 24px;
padding: 0;
gap: 10px;
align-items: center;
flex-wrap: wrap;
}
@@ -368,12 +368,18 @@
justify-content: center;
border-radius: 50%;
border: none;
background-color: var(--message-info-color);
color: white;
background-color: transparent;
color: var(--global-textColor);
padding: 0;
&:hover {
cursor: pointer;
color: var(--message-info-color);
}
&[data-active="true"] {
background-color: var(--message-info-color);
color: white;
}
&[disabled] {