continue: change styles for matched table, add new block for empty select

This commit is contained in:
smanylov
2026-03-31 17:26:58 +07:00
parent 89506c222b
commit 8bb6097d90
6 changed files with 74 additions and 11 deletions
+28 -2
View File
@@ -727,6 +727,11 @@
border-radius: 10px;
color: v.$p-color;
&:disabled {
opacity: 0.5;
cursor: not-allowed;
}
&.current {
background-color: v.$p-color;
color: v.$white;
@@ -4460,6 +4465,11 @@
margin-bottom: 10px;
gap: 5px;
&-left {
display: flex;
flex-direction: column;
}
&-right {
display: flex;
flex-direction: column;
@@ -4468,8 +4478,18 @@
}
.source-image {
max-width: 120px;
width: 100%;
max-height: 80%;
min-height: 50px;
height: 100%;
img {
height: 100%;
border-radius: 8px;
}
}
.source-url-block {
margin-top: auto;
}
.source-url {
@@ -4648,6 +4668,7 @@
a {
color: #6366f1;
word-break: break-all;
}
}
@@ -4738,6 +4759,11 @@
border-radius: 10px;
color: v.$p-color;
&:disabled {
opacity: 0.5;
cursor: not-allowed;
}
&.current {
background-color: v.$p-color;
color: v.$white;