webapp/src/components/Topic/Full.scss

23 lines
332 B
SCSS
Raw Normal View History

2022-09-09 11:53:35 +00:00
.topic__header {
@include font-size(1.7rem);
padding-top: 5.8rem;
text-align: center;
}
.topic__actions {
margin-top: 2.8rem;
button,
a {
background: #000;
border: none;
border-radius: 2px;
color: #fff;
cursor: pointer;
font-size: 100%;
margin: 0 1.2rem;
padding: 0.8rem 1.6rem;
}
}