Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / googleMap.scss
index e92b102a06cd92f68813e10e695b301cf2a9db72..f6ec62de2f3974ea870db4a5b93efeeaf1c26aaa 100644 (file)
@@ -10,7 +10,7 @@
 .googleMapsCustomControlContainer {
        cursor: pointer !important;
        margin-top: 5px;
-       
+
        .googleMapsCustomControl {
                text-align: center;
                position: relative;
                border: 1px solid rgba(0, 0, 0, 0.14902);
                box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
                min-width: 29px;
-               
+
                &:hover {
                        background-color: rgb(235, 235, 235);
                        color: rgb(0, 0, 0);
                }
-               
+
                &.active {
                        color: rgb(0, 0, 0);
                        font-weight: 500;
 .googleMapsDirectionsContainer {
        @include screen-lg {
                display: flex;
-               
+
                .googleMap,
                .googleMapsDirections {
                        flex: 0 0 50%;
                }
        }
-       
+
        .googleMapsDirections {
                height: 400px;
                padding-left: 10px;