tiptap/examples/Components/App/style.scss

27 lines
425 B
SCSS
Raw Normal View History

2018-08-22 20:10:44 +08:00
@import "~variables";
2018-08-21 05:02:21 +08:00
2018-08-22 20:10:44 +08:00
.page {
2018-08-21 05:02:21 +08:00
2018-11-09 05:03:10 +08:00
&__content {
padding: 4rem 1rem;
2018-08-23 00:23:31 +08:00
}
&__footer {
text-align: center;
2018-08-23 14:03:42 +08:00
margin-bottom: 2rem;
2018-08-23 00:23:31 +08:00
}
&__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;
}
2018-08-21 05:02:21 +08:00
2018-08-22 20:10:44 +08:00
}