summaryrefslogtreecommitdiff
path: root/web-ui/src/login/error/auth-error.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/src/login/error/auth-error.scss')
-rw-r--r--web-ui/src/login/error/auth-error.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/web-ui/src/login/error/auth-error.scss b/web-ui/src/login/error/auth-error.scss
index 31210ae7..9d57eb87 100644
--- a/web-ui/src/login/error/auth-error.scss
+++ b/web-ui/src/login/error/auth-error.scss
@@ -15,7 +15,15 @@
* along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
*/
+@import "~scss/base/colors";
+
.auth-error {
- color: #D72A25;
- margin: 10px 0 0 0;
+ color: $error;
+ margin: 0;
+}
+
+@media only screen and (min-width : 960px) {
+ .auth-error {
+ margin: -1em 0 0 0;
+ }
}