wekan/client/components/settings/peopleBody.styl
Lauri Ojansivu 7b94b04701 Use lighter and smaller font sizes.
Thanks to xet7 !
2018-04-05 22:10:51 +03:00

14 lines
216 B
Stylus

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