tech(): updated angularjs

This commit is contained in:
Torkel Ödegaard
2016-03-28 17:08:31 +02:00
parent 14326b626e
commit 70b66382eb
25 changed files with 1073 additions and 675 deletions

View File

@@ -65,7 +65,7 @@ $switch-height: 1.5rem;
font-family: 'FontAwesome';
content: "\f096"; // square-o
color: $text-color-faint;
//transition: transform 0.4s;
transition: transform 0.4s;
backface-visibility: hidden;
text-shadow: $text-shadow-faint;
}
@@ -76,7 +76,7 @@ $switch-height: 1.5rem;
text-shadow: $text-shadow-strong;
font-family: 'FontAwesome';
//transition: transform 0.4s;
transition: transform 0.4s;
transform: rotateY(180deg);
backface-visibility: hidden;
}