mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-18 00:10:49 -05:00
just some SASS cleanup
This commit is contained in:
@@ -27,6 +27,5 @@ main#etc {
|
||||
font-size: 1.6em;
|
||||
padding: 0 0.6em;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,17 +38,6 @@ main#home {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
// non-link colors
|
||||
span {
|
||||
&#serverless {
|
||||
color: $color-serverless;
|
||||
}
|
||||
|
||||
&#shh {
|
||||
color: $color-medium-light;
|
||||
}
|
||||
}
|
||||
|
||||
img#me {
|
||||
float: right;
|
||||
margin: 0 0 0.5em 1em;
|
||||
@@ -60,7 +49,7 @@ main#home {
|
||||
}
|
||||
|
||||
a {
|
||||
// Loop through $colors-home -- the main reason I switched to SASS :)
|
||||
// Loop through $colors-home (see abstracts/_variables)
|
||||
@each $id, $color in $colors-home {
|
||||
&##{$id} {
|
||||
color: $color;
|
||||
@@ -85,6 +74,17 @@ main#home {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// non-link colors
|
||||
span {
|
||||
&#serverless {
|
||||
color: $color-serverless;
|
||||
}
|
||||
|
||||
&#shh {
|
||||
color: $color-medium-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user