Update URL switcher feature callout (#2162)
* update URL switcher feature callout * added responsive styles to URL calloutpull/2166/head
parent
fc806a28b1
commit
748789ada8
|
|
@ -7,7 +7,6 @@
|
|||
font-weight: $medium;
|
||||
color: $g20-white;
|
||||
box-shadow: 2px 2px 6px rgba($g2-kevlar, .35);
|
||||
z-index: 10;
|
||||
|
||||
// temp styles for animation
|
||||
transition: margin .3s ease-out;
|
||||
|
|
@ -65,3 +64,23 @@
|
|||
margin-top: 2.5rem
|
||||
}
|
||||
}
|
||||
|
||||
///////////////////////////////// Media Queries ////////////////////////////////
|
||||
|
||||
@include media(small) {
|
||||
#callout-url-selector {
|
||||
top: .55rem;
|
||||
right: 5.15rem;
|
||||
|
||||
p:after {
|
||||
top: .15rem;
|
||||
right: -16px;
|
||||
border-width: 7px 0 7px 8px;
|
||||
border-color: transparent transparent transparent #C231D9;
|
||||
}
|
||||
|
||||
&.start-position {
|
||||
margin-top: 2.5rem
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<div class="feature-callout start-position" id="callout-url-selector">
|
||||
<p><span class="new">New!</span> Cloud or OSS? <a href="#" class="close"><span class="icon-remove"></span></a></p>
|
||||
<p>Cloud or OSS? <a href="#" class="close"><span class="icon-remove"></span></a></p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue