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

.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);
}