Skip to content

Commit

Permalink
quiqqer/package-bricks#83
Browse files Browse the repository at this point in the history
refactor: Code style.
refactor: Place image vertical.
  • Loading branch information
MichaelDanielczok committed Jun 5, 2018
1 parent 189625b commit a8b4e14
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions src/QUI/Bricks/Controls/SimpleGoogleMaps.css
@@ -1,11 +1,12 @@
.simpleGoogleMap {
position: relative;
height: 100%;

min-height: 300px;
align-items: stretch;
background-position: center;
background-size: cover;
display: flex;
height: 100%;
justify-content: center;
align-items: stretch;
min-height: 300px;
position: relative;
}

.simpleGoogleMap-iframe {
Expand All @@ -19,16 +20,14 @@

.btn-active-map {
align-self: center;
color: #333;
border-color: #333;
background: none;
border-color: #333;
color: #333;
font-size: 1.2rem;
background-position: center;
background-size: cover;
}

.btn-active-map:hover,
.btn-active-map:active{
color: #333;
background: #33333311;
color: #333;
}

0 comments on commit a8b4e14

Please sign in to comment.