mirror of https://github.com/AMT-Cheif/drift.git
24 lines
352 B
SCSS
24 lines
352 B
SCSS
@import 'variables.scss';
|
|
@import '_highlight.scss';
|
|
|
|
$enable-rounded: true;
|
|
|
|
.renamed {
|
|
padding: 10px;
|
|
background-color: rgba(0, 0, 0, 0.08);
|
|
}
|
|
|
|
.flutter_favorite {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
.flutter_favorite {
|
|
display: block;
|
|
position: fixed;
|
|
right: 150px;
|
|
top: 4rem;
|
|
width: 70px;
|
|
}
|
|
}
|