tiptap/examples/Components/App/style.scss
2018-12-07 20:57:44 +01:00

27 lines
425 B
SCSS

@import "~variables";
.page {
&__content {
padding: 4rem 1rem;
}
&__footer {
text-align: center;
margin-bottom: 2rem;
}
&__source-link {
display: inline-block;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 0.8rem;
background-color: rgba($color-black, 0.1);
color: $color-black;
border-radius: 5px;
padding: 0.2rem 0.5rem;
}
}