mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 01:11:55 +02:00
Hide sticky requested domain in mobile
This commit is contained in:
parent
90d49bcd82
commit
03622204ce
2 changed files with 11 additions and 1 deletions
|
@ -476,6 +476,16 @@ address.dja-address-contact-list {
|
|||
}
|
||||
}
|
||||
|
||||
.visible-768 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (min-width:768px) {
|
||||
.visible-768 {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width:935px) {
|
||||
// Analyst only class
|
||||
.submit-row-wrapper--analyst-view {
|
||||
|
|
|
@ -116,7 +116,7 @@
|
|||
</button>
|
||||
</span>
|
||||
|
||||
<p class="text-right margin-top-2 padding-right-2 margin-bottom-0 requested-domain-sticky float-right">
|
||||
<p class="text-right margin-top-2 padding-right-2 margin-bottom-0 requested-domain-sticky float-right visible-768">
|
||||
<strong>Requested domain:</strong> {{ original.requested_domain.name }}
|
||||
</p>
|
||||
{{ block.super }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue