1. Import
This commit is contained in:
51
html/service/css/style_002.css
Normal file
51
html/service/css/style_002.css
Normal file
@@ -0,0 +1,51 @@
|
||||
/*
|
||||
* Prefixed by https://autoprefixer.github.io
|
||||
* PostCSS: v7.0.29,
|
||||
* Autoprefixer: v9.7.6
|
||||
* Browsers: last 4 version
|
||||
*/
|
||||
|
||||
.awmp-map {
|
||||
text-align: center;
|
||||
font-family: "Georgia", "serif";
|
||||
font-weight: 100;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.awmp-map span, .awmp-map a, .awmp-map a:hover {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
z-index: 100000;
|
||||
}
|
||||
|
||||
.awmp-map span, .awmp-map a, .awmp-map h3, .awmp-map p {
|
||||
color: grey !important;
|
||||
}
|
||||
|
||||
.awmp_map_wrapper {
|
||||
vertical-align: middle;
|
||||
background-size: cover !important;
|
||||
height: 100%;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-align: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.awmp-icon {
|
||||
margin: 0 auto;
|
||||
width: 300px;
|
||||
height: 190px;
|
||||
}
|
||||
Reference in New Issue
Block a user