X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fvim-accounts%2Fvim-account-details%2FVimAccountDetailsComponent.scss;fp=src%2Fapp%2Fvim-accounts%2Fvim-account-details%2FVimAccountDetailsComponent.scss;h=aeb086e774999cde40cba9ed4e3cf5cf268218a1;hb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;hp=0000000000000000000000000000000000000000;hpb=1434673f8f8dc53bce5c350f04ac8df67b2ff84f;p=osm%2FNG-UI.git diff --git a/src/app/vim-accounts/vim-account-details/VimAccountDetailsComponent.scss b/src/app/vim-accounts/vim-account-details/VimAccountDetailsComponent.scss new file mode 100644 index 0000000..aeb086e --- /dev/null +++ b/src/app/vim-accounts/vim-account-details/VimAccountDetailsComponent.scss @@ -0,0 +1,73 @@ +/* + Copyright 2020 TATA ELXSI + + Licensed under the Apache License, Version 2.0 (the 'License'); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in) +*/ +@import '../../../assets/scss/mixins/mixin'; +@import '../../../assets/scss/variable'; +.map { + height: 60vh; + width: 100%; + .ol-popup { + @include background(null, $white, null, null, null); + -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); + filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2)); + @include border(all, 1, solid, $gray-80); + @include position_value(absolute, $top: null, $right: null, $bottom: 12px, $left: -50px); + @include wh-value(280px, null); + @include font-style(normal); + @include font(null, .765625rem, 400); + @include line-height(1.5); + text-align: start; + text-decoration: none; + letter-spacing: normal; + word-break: normal; + word-spacing: normal; + white-space: normal; + line-break: auto; + word-wrap: break-word; + @include roundedCorners(2px); + &:after, &:before{ + top: 100%; + @include border(all, 1, solid, transparent); + content: " "; + height: 0; + width: 0; + position: absolute; + pointer-events: none; + } + &:after { + border-top-color: $white; + border-width: 10px; + left: 48px; + margin-left: -10px; + } + &:before { + border-top-color: $gray-80; + border-width: 11px; + left: 48px; + margin-left: -11px; + } + } + .ol-popup-closer { + text-decoration: none; + position: absolute; + top: 2px; + right: 8px; + &:after { + content: "✖"; + } + } +} \ No newline at end of file