76 lines
1.4 KiB
CSS
76 lines
1.4 KiB
CSS
/*
|
|
Template Name: Admin Template
|
|
Author: Wrappixel
|
|
|
|
File: scss
|
|
*/
|
|
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
|
|
/*Theme Colors*/
|
|
/**
|
|
* Table Of Content
|
|
*
|
|
* 1. Color system
|
|
* 2. Options
|
|
* 3. Body
|
|
* 4. Typography
|
|
* 5. Breadcrumbs
|
|
* 6. Cards
|
|
* 7. Dropdowns
|
|
* 8. Buttons
|
|
* 9. Typography
|
|
* 10. Progress bars
|
|
* 11. Tables
|
|
* 12. Forms
|
|
* 14. Component
|
|
*/
|
|
/*******************
|
|
google map Page
|
|
******************/
|
|
.gmaps, .gmaps-panaroma {
|
|
height: 300px; }
|
|
|
|
.gmaps, .gmaps-panaroma {
|
|
height: 300px;
|
|
background: #e9ecef;
|
|
border-radius: 3px; }
|
|
|
|
.gmaps-overlay {
|
|
display: block;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 16px;
|
|
line-height: 40px;
|
|
background: #fb9678;
|
|
border-radius: 4px;
|
|
padding: 10px 20px; }
|
|
|
|
.gmaps-overlay_arrow {
|
|
left: 50%;
|
|
margin-left: -16px;
|
|
width: 0;
|
|
height: 0;
|
|
position: absolute; }
|
|
|
|
.gmaps-overlay_arrow.above {
|
|
bottom: -15px;
|
|
border-left: 16px solid transparent;
|
|
border-right: 16px solid transparent;
|
|
border-top: 16px solid #fb9678; }
|
|
|
|
.gmaps-overlay_arrow.below {
|
|
top: -15px;
|
|
border-left: 16px solid transparent;
|
|
border-right: 16px solid transparent;
|
|
border-bottom: 16px solid #fb9678; }
|
|
|
|
/*******************
|
|
vector map Page
|
|
******************/
|
|
.jvectormap-zoomin, .jvectormap-zoomout {
|
|
width: 10px;
|
|
height: 10px;
|
|
line-height: 10px; }
|
|
|
|
.jvectormap-zoomout {
|
|
top: 40px; }
|