mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
Additional hover styling
This commit is contained in:
parent
3224d41c33
commit
3b186509c1
3 changed files with 8 additions and 2 deletions
|
@ -27,11 +27,16 @@ a.usa-button {
|
||||||
}
|
}
|
||||||
|
|
||||||
a.usa-button.disabled-link {
|
a.usa-button.disabled-link {
|
||||||
pointer-events: none !important;
|
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
background-color: #ccc !important;
|
background-color: #ccc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.usa-button.disabled-domain-request-link:hover {
|
||||||
|
color: #ccc !important;
|
||||||
|
cursor: not-allowed !important;
|
||||||
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
a.usa-button:not(.usa-button--unstyled, .usa-button--outline) {
|
a.usa-button:not(.usa-button--unstyled, .usa-button--outline) {
|
||||||
color: color('white');
|
color: color('white');
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,6 +4,7 @@ from django.shortcuts import render
|
||||||
from registrar.models import DomainApplication
|
from registrar.models import DomainApplication
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
|
|
||||||
|
|
||||||
def index(request):
|
def index(request):
|
||||||
"""This page is available to anyone without logging in."""
|
"""This page is available to anyone without logging in."""
|
||||||
context = {}
|
context = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue