From 322773a7f969f8e0a885fd9c41ae711bfb53b714 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Tue, 11 Apr 2023 12:03:23 +0200 Subject: [PATCH] lille: remove useless custom field on error styles (#75382) --- static/lille/_custom.scss | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/static/lille/_custom.scss b/static/lille/_custom.scss index 65ef0c8f..8170c4a7 100644 --- a/static/lille/_custom.scss +++ b/static/lille/_custom.scss @@ -782,19 +782,6 @@ div.datetimepicker { font-size: 0.8rem; } -form.quixote { - div.error { - padding-left: 0; - background-image: none; - font-weight: normal; - &::before { - content: "\f06a"; - font-family: FontAwesome; - padding-right: 1ex; - } - } -} - div.textcell h1 { @extend %title; font-size: 2rem;