File: /datos/www/expodubai/wp-content/plugins/user-registration/assets/css/_tables.scss
.user-registration-table {
width: 100%;
background: $white;
border-collapse: collapse;
&__column-md {
width: 40%;
}
&__column-sm {
width: 20%;
}
&__column-auto {
width: 1%;
white-space: nowrap;
}
&__img {
height: 40px;
width: 40px;
border-radius: 4px;
overflow: hidden;
}
caption,
th,
td {
padding: 1rem 0.5rem;
text-align: left;
border-bottom: 1px solid $border_color;
&:first-child {
padding-left: 1rem;
}
&:last-child {
padding-right: 1rem;
}
}
td {
vertical-align: top;
}
caption,
th {
font-size: 14px;
font-weight: 500;
}
thead {
th {
background: lighten($color_gray_five, 3%);;
}
}
input,
select,
textarea {
width: 100%;
box-shadow: none;
border-radius: 4px;
}
}