OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/assets/stylesheets/bitters/_tables.scss

22 lines
396 B

table {
border-collapse: collapse;
margin: ($base-line-height / 2) 0;
table-layout: fixed;
width: 100%;
}
th {
border-bottom: 1px solid darken($base-border-color, 15%);
font-weight: bold;
padding: ($base-line-height / 2) 0;
text-align: left;
}
td {
border-bottom: 1px solid $base-border-color;
padding: ($base-line-height / 2) 0;
}
tr, td, th {
vertical-align: middle;
}