Fix: увеличены иконки редактирования и удаления в списках (36px, 22px)
Made-with: Cursor
This commit is contained in:
@@ -253,11 +253,11 @@ body {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
padding: 0;
|
||||
margin: 0 2px;
|
||||
border-radius: 6px;
|
||||
margin: 0 4px;
|
||||
border-radius: 8px;
|
||||
text-decoration: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@@ -265,8 +265,8 @@ body {
|
||||
background: rgba(13, 173, 187, 0.2);
|
||||
}
|
||||
.ws-table .ws-btn-icon-edit svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
fill: var(--ws-accent);
|
||||
}
|
||||
.ws-table .ws-btn-icon-edit:hover svg {
|
||||
@@ -276,8 +276,8 @@ body {
|
||||
background: rgba(239, 83, 80, 0.2);
|
||||
}
|
||||
.ws-table .ws-btn-icon-delete svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
fill: var(--ws-danger);
|
||||
}
|
||||
.ws-table .ws-btn-icon-delete:hover svg {
|
||||
|
||||
Reference in New Issue
Block a user