change styles
This commit is contained in:
@@ -5238,10 +5238,15 @@
|
||||
&-info {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
/* max-width: 400px; */
|
||||
color: v.$text-s;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
|
||||
&:hover {
|
||||
background: #e2e4e6;
|
||||
border-radius: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
&-type {
|
||||
@@ -5294,10 +5299,6 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: #e2e4e6;
|
||||
}
|
||||
|
||||
input {
|
||||
background: v.$white;
|
||||
padding: 5px 10px;
|
||||
@@ -5314,15 +5315,15 @@
|
||||
|
||||
&-empty {
|
||||
.empty-card-title {
|
||||
font-size: 14px;
|
||||
color: #64748b;
|
||||
font-size: 16px;
|
||||
color: v.$text-p;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.empty-card-text {
|
||||
font-size: 12px;
|
||||
color: #9ca3af;
|
||||
margin-top: 4px;
|
||||
font-size: 14px;
|
||||
color: v.$text-m;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5331,8 +5332,8 @@
|
||||
padding: 12px 16px;
|
||||
background: #fafafa;
|
||||
border-radius: 10px;
|
||||
font-size: 11px;
|
||||
color: #9ca3af;
|
||||
font-size: 14px;
|
||||
color: v.$text-m;
|
||||
line-height: 1.6;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user