Add card padder icon for items with an image

This commit is contained in:
Dmitry Lyzo 2022-02-12 23:44:50 +03:00
parent 270501e4f8
commit 034a86119f
7 changed files with 39 additions and 1 deletions

View file

@ -481,6 +481,10 @@ a[data-role=button] {
color: #00a4dc !important;
}
.cardPadder .cardImageIcon {
color: rgba(0, 0, 0, 0.1);
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-radius: 0.5rem;

View file

@ -475,6 +475,10 @@ a[data-role=button] {
background-color: rgba(0, 0, 0, 0.5);
}
.cardPadder .cardImageIcon {
color: rgba(0, 0, 0, 0.5);
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important;

View file

@ -466,6 +466,10 @@ a[data-role=button] {
background-color: #fff;
}
.cardPadder .cardImageIcon {
color: #ddd;
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #00a4dc !important;

View file

@ -577,6 +577,10 @@ a[data-role=button] {
border-radius: 0.8em;
}
.cardPadder .cardImageIcon {
color: rgba(0, 0, 0, 0.5);
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #ff77f1 !important;

View file

@ -456,6 +456,10 @@ a[data-role=button] {
background-color: #0f3562;
}
.cardPadder .cardImageIcon {
color: rgba(0, 0, 0, 0.4);
}
.card:focus .cardBox.visualCardBox,
.card:focus .cardBox:not(.visualCardBox) .cardScalable {
border-color: #fff !important;