Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
order properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 21, 2015
1 parent 4beffad commit 7ce8ab9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
18 changes: 12 additions & 6 deletions assets/scss/components/_aside.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@

color: $gray-lightest;

@include font-shadow;
@include center-absolute;
@include background-filter;
@include center-absolute;
@include font-shadow;
}
}

Expand Down Expand Up @@ -67,32 +67,38 @@
margin-bottom: 1rem;
.links {
margin: 0;

list-style: none;

> li {
display: block;
margin: 0 1px 0 0;

line-height: 1em;

&.expanded {
margin: 0 5px;
display: inline-block;
@include btn-cover-with-border;
margin: 0 5px;

border-radius: 20px;

@include btn-cover-with-border;

> a {
padding: .625rem 1.25rem;
}
}

> a {
@include btn-cover;
display: block;
float: none;
padding: .5rem 1.25rem;
display: block;

opacity: .8;
color: $gray-lightest;

@include btn-cover;

&:hover {
color: $hover-color;
}
Expand Down
5 changes: 3 additions & 2 deletions assets/scss/components/_media-queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@

> a {
padding: .85rem 1.25rem;

font-size: 1rem;
}
}
Expand Down Expand Up @@ -148,10 +149,10 @@

.astro-wrap {
margin: -5% auto;

}

.astro-wrap, .astronaut {
.astro-wrap,
.astronaut {
height: 10rem;
}

Expand Down

0 comments on commit 7ce8ab9

Please sign in to comment.