This repository has been archived on 2025-10-28. 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.
vikunja-frontend/src/styles/theme/content.scss
2021-12-30 15:59:59 +00:00

30 lines
412 B
SCSS

.content h3 {
.icon,
.is-small {
font-size: 1rem;
}
}
.table.has-actions {
border-top: 1px solid var(--grey-100);
border-radius: 4px;
overflow: hidden;
td {
vertical-align: middle;
}
td.actions {
text-align: right;
}
}
.content-widescreen {
margin: 0 auto;
max-width: $widescreen;
}
.content blockquote {
background-color: var(--grey-200);
border-left: .25rem solid var(--grey-300);
}