You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.dialog {
|
|
widows: 500px;
|
|
}
|
|
.dialog input[type=text]{
|
|
padding:8px;
|
|
width:100px;
|
|
}
|
|
.dialog .fa-check {color:#20B2AA; font-size:18px;}
|
|
.dialog .fa-times{color:maroon}
|
|
.dialog .title { display:grid; grid-template-columns: auto 32px; grid-gap:2px; gap:2px}
|