wekan/client/components/settings/peopleBody.styl
2017-11-08 11:27:59 +07:00

15 lines
250 B
Stylus

.main-body
overflow: scroll;
table
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
td, th
border: 1px solid #d2d0d0;
text-align: left;
padding: 8px;
tr:nth-child(even)
background-color: #dddddd;