webapp/src/components/Topic/Full.scss
2022-09-09 14:53:35 +03:00

32 lines
465 B
SCSS

h1 {
color: #2638d9;
@include font-size(2rem);
letter-spacing: 0.08em;
margin-bottom: 4rem;
text-transform: uppercase;
}
.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;
}
}