Archived
2
0
Fork 0
This repository has been archived on 2024-06-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mastodon/app/assets/stylesheets/tables.scss
2016-11-28 18:45:13 +01:00

25 lines
421 B
SCSS

.table {
width: 100%;
max-width: 100%;
border-spacing: 0;
border-collapse: collapse;
th, td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
text-align: left;
}
& > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
border-top: 0;
font-weight: 500;
}
}
samp {
font-family: 'Roboto Mono', monospace;
}