ticket
This commit is contained in:
@@ -34,6 +34,28 @@ textarea::placeholder {
|
||||
.rowTwoInput {
|
||||
@apply flex flex-col sm:flex-row sm:gap-5 gap-5;
|
||||
}
|
||||
.td {
|
||||
@apply px-6 py-4 whitespace-nowrap text-xs;
|
||||
}
|
||||
.thead {
|
||||
@apply h-[69px] bg-white text-sm text-[#8C90A3] rounded-3xl overflow-hidden;
|
||||
}
|
||||
.tr {
|
||||
@apply w-full h-[74px] bg-white border-t border-[#EAEDF5] hover:bg-secondary;
|
||||
}
|
||||
}
|
||||
|
||||
tbody tr {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.thead tr td:first-child {
|
||||
border-top-right-radius: 23px;
|
||||
/* border-bottom-right-radius: 23px; */
|
||||
}
|
||||
.thead tr td:last-child {
|
||||
border-top-left-radius: 23px;
|
||||
/* border-bottom-left-radius: 23px; */
|
||||
}
|
||||
.rmdp-input {
|
||||
min-height: 40px;
|
||||
|
||||
Reference in New Issue
Block a user