Recherche des tweets de réponse avec l'API Tweeter
This commit is contained in:
37
resources/sass/vendor/_jvector-map.scss
vendored
Normal file
37
resources/sass/vendor/_jvector-map.scss
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
//
|
||||
// jVectorMap
|
||||
//
|
||||
// Overwrite/Extend styles
|
||||
// --------------------------------------------------
|
||||
|
||||
.jvectormap-tip {
|
||||
padding: .375rem .5rem;
|
||||
font-family: $font-family-base;
|
||||
background: $primary-dark;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.jvectormap-zoomin,
|
||||
.jvectormap-zoomout,
|
||||
.jvectormap-goback {
|
||||
left: 1rem;
|
||||
padding: .25rem;
|
||||
line-height: 1rem;
|
||||
background: $primary-dark;
|
||||
}
|
||||
|
||||
.jvectormap-zoomin,
|
||||
.jvectormap-zoomout {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
|
||||
.jvectormap-zoomin:hover,
|
||||
.jvectormap-zoomout:hover {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.jvectormap-zoomout {
|
||||
top: 2.25rem;
|
||||
}
|
||||
Reference in New Issue
Block a user