drift/docs/lib/_style.scss

24 lines
352 B
SCSS
Raw Normal View History

2021-07-08 03:28:52 -07:00
@import 'variables.scss';
@import '_highlight.scss';
2021-10-10 11:07:14 -07:00
2022-02-09 07:08:08 -08:00
$enable-rounded: true;
2021-10-10 11:07:14 -07:00
.renamed {
padding: 10px;
background-color: rgba(0, 0, 0, 0.08);
}
2021-12-08 15:21:57 -08:00
.flutter_favorite {
display: none;
}
@media (min-width: 992px) {
.flutter_favorite {
display: block;
position: fixed;
right: 150px;
top: 4rem;
width: 70px;
}
}