mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Desktop/mobile styling
This commit is contained in:
parent
65b7091a8f
commit
612f967c6f
2 changed files with 7 additions and 1 deletions
|
@ -271,6 +271,12 @@ h1, h2, h3,
|
|||
}
|
||||
}
|
||||
|
||||
@include at-media(desktop){
|
||||
.button-list-mobile {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@include at-media(mobile){
|
||||
.button-list-mobile {
|
||||
display: contents;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<input id="manageDomainSubmitButton" type="submit" value="Manage domain" name="_edit_domain">
|
||||
{# todo: avoid this #}
|
||||
<span> </span>
|
||||
<input class="margin-left-2" type="submit" value="Get registry status" name="_get_status">
|
||||
<input class="desktop:margin-left-2" type="submit" value="Get registry status" name="_get_status">
|
||||
</div>
|
||||
<div class="desktop:flex-align-self-end">
|
||||
{% if original.state != original.State.DELETED %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue