This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/src/styles/theme/content.scss

31 lines
412 B
SCSS
Raw Permalink Normal View History

2021-01-16 20:48:38 +00:00
.content h3 {
.icon,
.is-small {
font-size: 1rem;
}
}
2021-01-17 12:04:49 +00:00
.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;
}
2021-12-26 18:15:42 +00:00
.content blockquote {
background-color: var(--grey-200);
border-left: .25rem solid var(--grey-300);
}