add modal in similar case page
This commit is contained in:
parent
a2afad0545
commit
8ef68379de
15 changed files with 371 additions and 185 deletions
|
@ -4,6 +4,7 @@
|
|||
|
||||
.input-box {
|
||||
width: 218px;
|
||||
color: #1b1d27;
|
||||
|
||||
.d-none {
|
||||
display: none;
|
||||
|
@ -36,7 +37,8 @@
|
|||
}
|
||||
|
||||
.selector-button {
|
||||
top: -60px;
|
||||
|
||||
top: -52px;
|
||||
left: 188px;
|
||||
width: 20px;
|
||||
}
|
||||
|
@ -47,14 +49,17 @@
|
|||
background: variables.$csc-chips-bg-color;
|
||||
color: white;
|
||||
border-radius: 200px;
|
||||
padding: 10px;
|
||||
|
||||
display: inline-block;
|
||||
line-height: 10px;
|
||||
position: relative;
|
||||
z-index: 11;
|
||||
height: 30px;
|
||||
top: 0;
|
||||
right:-153px;
|
||||
|
||||
top: -32px;
|
||||
right: -163px;
|
||||
font-size: 14px;
|
||||
padding: 5px 7px;
|
||||
min-width: 2.5ch;
|
||||
|
||||
|
||||
&.is-visible {
|
||||
|
@ -84,7 +89,8 @@
|
|||
border-color: #8D91A4;
|
||||
background: #fff;
|
||||
color: #8D91A4;
|
||||
i{
|
||||
|
||||
i {
|
||||
color: #525668;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue