mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
CSS changes (PR suggestions)
This commit is contained in:
parent
ba04cf7f87
commit
74b115cd18
3 changed files with 2 additions and 6 deletions
|
@ -125,7 +125,3 @@ abbr[title] {
|
|||
.flex-end {
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.remove-underline {
|
||||
text-decoration: none !important;
|
||||
}
|
|
@ -31,7 +31,7 @@
|
|||
}
|
||||
|
||||
// Fix margins in mobile view
|
||||
@media screen {
|
||||
@include at-media('tablet') {
|
||||
td.tablet-margin-top-2 {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
<a
|
||||
id="button-toggle-delete-domain-alert-{{ forloop.counter }}"
|
||||
href="#toggle-delete-domain-alert-{{ forloop.counter }}"
|
||||
class="usa-button--unstyled remove-underline"
|
||||
class="usa-button--unstyled remove-text-no-underline"
|
||||
aria-controls="toggle-delete-domain-alert-{{ forloop.counter }}"
|
||||
data-open-modal
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue