Menu link/icon
This commit is contained in:
parent
3a97ee9695
commit
b178950ea2
3 changed files with 16 additions and 2 deletions
|
@ -81,6 +81,14 @@ a {
|
||||||
background: #F0FFED;
|
background: #F0FFED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.index-menulink {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.index-menulink svg {
|
||||||
|
height: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.index-top {
|
.index-top {
|
||||||
color: #5B7189;
|
color: #5B7189;
|
||||||
margin-bottom: 2.5rem;
|
margin-bottom: 2.5rem;
|
||||||
|
@ -103,6 +111,7 @@ a {
|
||||||
.index .intro {
|
.index .intro {
|
||||||
font-size: 59px;
|
font-size: 59px;
|
||||||
line-height: 45px;
|
line-height: 45px;
|
||||||
|
margin-top: 0;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
1
src/icons/menu.svg
Normal file
1
src/icons/menu.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M24 6h-24v-4h24v4zm0 4h-24v4h24v-4zm0 8h-24v4h24v-4z"/></svg>
|
After Width: | Height: | Size: 153 B |
|
@ -13,8 +13,12 @@
|
||||||
<meta name="viewport" content="width=device-width; height=device-height; maximum-scale=1.4; initial-scale=1.0; user-scalable=yes">
|
<meta name="viewport" content="width=device-width; height=device-height; maximum-scale=1.4; initial-scale=1.0; user-scalable=yes">
|
||||||
</head>
|
</head>
|
||||||
<body class="index">
|
<body class="index">
|
||||||
<header>
|
<header class="index-header -container -pad-h -pad-v">
|
||||||
<!-- TODO -->
|
<a href="/" class="index-menulink">
|
||||||
|
<svg viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||||
|
<use xlink:href="./assets/spritesheet.svg#menu" />
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
</header>
|
</header>
|
||||||
<main class="index-top -container -pad-h">
|
<main class="index-top -container -pad-h">
|
||||||
<h1 class="intro">
|
<h1 class="intro">
|
||||||
|
|
Loading…
Add table
Reference in a new issue