Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.1.0-b1
-
Component/s: None
-
Labels:None
Description
We should add a background image on the domain lookup page "Domain and Other" to make it more interesting.
Updated 5/19/21:
Proposed styling, to be applied to a new col-md-12 outer div, surrounding the search box.
background: #f5f5f5;
background-repeat: no-repeat;
background-position: 110% -70px;
background-image: url(/path/to/globe.svg);
padding: 25px;
border-radius: 8px;
See attached globe.svg and screenshot.
Additionally, update the "Check Availability" button to use the btn-success class.