Skip to content

Commit

Permalink
feat: Add styling .
Browse files Browse the repository at this point in the history
  • Loading branch information
IvayloG committed Feb 8, 2018
1 parent b7325d2 commit 7245f37
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
flex-flow:row nowrap;top:0;
right:0;bottom:0;
left:0;
overflow:hidden}
overflow:hidden
}

.main,.nav{position:absolute}

Expand Down Expand Up @@ -38,3 +39,11 @@
:host ::ng-deep .igx-navbar{
background: #731963;
}

h3 {
padding-left: 16px;
}

#content {
flex: 1 1 100%;
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
a {
color: #731963;
}

.links{
display: inline-block;
text-align: center;
flex: 1 1 33%;
}

a {
color: #731963;
ul#linksContainer {
display: flex;
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1>
<img src="assets/responsive.gif" alt="Ignite UI CLI">
</div>

<ul>
<ul id="linksContainer">
<li class="links">
<h3><a target="_blank" rel="noopener" href="https://github.com/IgniteUI/ignite-ui-cli">Ignite UI CLI </a></h3>
</li>
Expand Down

0 comments on commit 7245f37

Please sign in to comment.