footer logo
This commit is contained in:
parent
0e19bfb2ca
commit
82d0dea500
|
@ -1,3 +1,3 @@
|
|||
.cta-bar
|
||||
a(href="/docs/quickstart.html" class="cta-primary button button-large button-shield md-raised md-primary" md-button) Learn in 5 Min
|
||||
a(href="download.html" class="cta-secondary button button-large button-secondary" md-button) Download
|
||||
a(href="/docs/quickstart.html" class="button button-large button-shield md-raised md-primary" md-button) Learn in 5 Min
|
||||
a(href="download.html" class="button button-large button-secondary" md-button) Download
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
nav(class="background-silver" layout="row" layout-sm="column")
|
||||
|
||||
section(flex)
|
||||
p logo here
|
||||
.logo-inverse-large
|
||||
|
||||
section(flex)
|
||||
h3.text-headline ANGULAR
|
||||
|
|
|
@ -12,6 +12,12 @@
|
|||
padding: $unit * 6;
|
||||
}
|
||||
|
||||
.logo-inverse-large {
|
||||
background: url('/resources/images/logos/inverse/shield/128.png') 0px 0px no-repeat;
|
||||
height: 128px;
|
||||
width: 128px;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 7.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Loading…
Reference in New Issue