@import "../globalCssVariables"; #collectionBaseView { border-width: 0; border-color: $light-color-secondary; border-style: solid; border-radius: 0 0 $border-radius $border-radius; box-sizing: border-box; border-radius: inherit; width: 100%; height: 100%; overflow: auto; } #google-tags { transition: all 0.5s ease 0s; width: 30px; height: 30px; position: absolute; bottom: 15px; left: 15px; border: 2px solid black; border-radius: 50%; padding: 3px; background: white; }