mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 02:59:01 +08:00
27 lines
425 B
SCSS
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;
|
|
}
|
|
|
|
}
|