Merge pull request #10 from Kitzanos/feature/65-favourite-call

Feature/65 favourite call
This commit is contained in:
Vitalii Kiiko
2024-11-19 08:22:49 +01:00
committed by GitHub
6 changed files with 241 additions and 52 deletions

View File

@@ -372,8 +372,8 @@
.appPageSection__tableActions {
display: flex;
gap: 24px;
padding: 0;
gap: 10px;
align-items: center;
flex-wrap: wrap;
&.lessGap {
@@ -389,12 +389,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] {