Recherche des tweets de réponse avec l'API Tweeter
This commit is contained in:
29
resources/sass/vendor/_dropzone.scss
vendored
Normal file
29
resources/sass/vendor/_dropzone.scss
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// Dropzone
|
||||
//
|
||||
// Overwrite/Extend styles
|
||||
// --------------------------------------------------
|
||||
|
||||
.dropzone {
|
||||
min-height: 200px;
|
||||
background-color: $body-bg-light;
|
||||
border: .125rem dashed $input-border-color;
|
||||
border-radius: $border-radius-lg;
|
||||
|
||||
.dz-message {
|
||||
margin: 4rem 0;
|
||||
font-size: 1rem;
|
||||
font-style: italic;
|
||||
font-weight: $font-weight-bold;
|
||||
color: $body-color;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $white;
|
||||
border-color: $primary;
|
||||
|
||||
.dz-message {
|
||||
color: $primary;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user