X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Fvim-accounts%2Fvim-account-details%2FVimAccountDetailsComponent.scss;h=b79a92197a8bfb16d4a0dec974cd8c93df685913;hb=refs%2Fchanges%2F14%2F14414%2F3;hp=aeb086e774999cde40cba9ed4e3cf5cf268218a1;hpb=a91e51fcd2d4fcfc136bdff9f0a7d2c205b135b6;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 index aeb086e..b79a921 100644 --- a/src/app/vim-accounts/vim-account-details/VimAccountDetailsComponent.scss +++ b/src/app/vim-accounts/vim-account-details/VimAccountDetailsComponent.scss @@ -22,13 +22,13 @@ 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)); + -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 font(null, 0.765625rem, 400); @include line-height(1.5); text-align: start; text-decoration: none; @@ -39,7 +39,8 @@ line-break: auto; word-wrap: break-word; @include roundedCorners(2px); - &:after, &:before{ + &:after, + &:before { top: 100%; @include border(all, 1, solid, transparent); content: " "; @@ -70,4 +71,13 @@ content: "✖"; } } + .close { + opacity: 1; + background-color: transparent; + border: 0; + position: absolute; + right: 10px; + bottom: 213px; + font-size: 1.31rem; + } } \ No newline at end of file