-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
51 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.document { | ||
display: flex; | ||
gap: 20px; | ||
font-size: 1.6875rem; | ||
margin-bottom: 30px; | ||
} | ||
|
||
.document-icon { | ||
display: block; | ||
width: auto; | ||
max-width: 99px; | ||
height: 140px; | ||
border: rgba(11, 12, 12, .1); | ||
outline: 5px solid rgba(11, 12, 12, .1); | ||
background: #fff; | ||
box-shadow: 0 2px 2px rgba(11, 12, 12, .4); | ||
fill: #b1b4b6; | ||
stroke: #b1b4b6; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<div class="document"> | ||
<div> | ||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 99 140" width="99" height="140" class="document-icon" aria-hidden="true"> | ||
<path d="M12 12h75v27H12zM12 59h9v9h-9zM12 77h9v9h-9zM12 95h9v9h-9zM12 113h9v9h-9zM30 59h57v9H30zM30 77h39v9H30zM30 95h57v9H30zM30 113h48v9H30z" stroke-width="0"></path> | ||
</svg> | ||
</div> | ||
|
||
<div> | ||
<%= govuk_link_to title_text, title_url, new_tab: "" %> | ||
</div> | ||
</div> |