Implement design review changes

This commit is contained in:
Jorik Schellekens
2020-09-16 00:19:52 +01:00
parent 471c9cd21d
commit 4d456c2799
34 changed files with 450 additions and 114 deletions
+2 -1
View File
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
@import "../color-scheme";
@import '../color-scheme';
.tile {
background-color: $background;
@@ -30,4 +30,5 @@ limitations under the License.
p {
color: $grey;
}
transition: width 2s, height 2s, transform 2s;
}