Move _errors Sass from main to base

That way errors are automatically styled on all other apps (Flamenco, Attract...)
This commit is contained in:
2017-06-12 15:03:06 +02:00
parent 10e14e8c24
commit de96e8e189
3 changed files with 8 additions and 16 deletions

View File

@@ -5,9 +5,11 @@
@import _apps_base
@import _notifications
@import _comments
@import _error
html
height: 100%
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale

View File

@@ -2,14 +2,15 @@
@import _config
@import _utils
@import _comments
/* Generic styles (comments, notifications, etc) come from base.css */
/* Blender Cloud specific styles */
@import _project
@import _project-sharing
@import _project-dashboard
@import _user
@import _join
@import _homepage
@import _error
@import _stats
@import _search