- added btn 'add to favourites;
This commit is contained in:
@@ -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] {
|
||||
|
||||
Reference in New Issue
Block a user