Remove old css and js

This commit is contained in:
Paul Chavard 2021-01-28 15:27:29 +01:00 committed by Pierre de La Morinerie
parent 16e860e00c
commit a503417298
142 changed files with 156 additions and 1910 deletions

View file

@ -0,0 +1,24 @@
@import "colors";
@import "constants";
.suspect-email {
background-color: $orange-bg;
text-align: center;
margin-top: -$default-padding * 2;
margin-bottom: $default-padding * 2;
padding: ($default-padding - 2) $default-padding $default-padding $default-padding;
border-radius: 0 0 5px 5px;
}
.email-suggestion-address {
font-weight: bold;
}
.email-suggestion-title {
margin-bottom: $default-spacer;
}
.email-suggestion-answer button {
margin: 0 $default-spacer / 2;
min-width: 66px;
}