Recherche des tweets de réponse avec l'API Tweeter

This commit is contained in:
hugol
2024-11-17 13:55:25 +01:00
parent 3d386178bf
commit 8dc18553ec
1751 changed files with 379552 additions and 0 deletions

35
resources/sass/vendor/_nestable2.scss vendored Normal file
View File

@@ -0,0 +1,35 @@
//
// Nestable2
//
// Overwrite/Extend styles
// --------------------------------------------------
.dd,
.dd-item,
.dd-empty,
.dd-placeholder {
font-size: .875rem;
}
.dd-handle {
height: 2.25rem;
padding: .5rem .75rem;
color: $body-color;
background: $body-bg-light;
border-color: $body-bg-dark;
&:hover {
color: $body-color-dark;
}
}
.dd-item > button {
height: 1.625rem;
}
.dd-empty,
.dd-placeholder {
border-color: $primary-darker;
background: $primary-lighter;
opacity: .25;
}