alpes-maritimes-2018: remove bottom margin only on file widget (#35690)

This reverts commit bc4a9b6bb4.
This commit is contained in:
Nicolas Roche 2019-08-30 14:09:42 +02:00 committed by Serghei Mihai
parent 795b68a640
commit 06693b5ef6
1 changed files with 4 additions and 0 deletions

View File

@ -322,6 +322,10 @@ div.large div#rub_service, div#rub_service {
@include trapesoid;
}
div.widget {
margin-bottom: 3ex;
&.FileWidget {
margin-bottom: 0;
}
div.title {
font-weight: bold;
margin-bottom: 1ex;