Skip to content
Snippets Groups Projects
Commit 2df6a8e3 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Reduce lines after blocks

parent 724d624b
No related branches found
No related tags found
No related merge requests found
Pipeline #12327 passed with warnings
......@@ -549,10 +549,10 @@ class OfficialSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitElem
margin-right: 0.5em;
}
.field{
margin-bottom: 2rem;
border-bottom: 1px solid black;
padding-bottom: 2rem;
#grid-container{
margin-top: 2rem;
border-top: 1px solid black;
padding-top: 2rem;
}
/* Handling for small displays (like mobile devices) */
......
......@@ -700,10 +700,10 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(DBPSignatureLitEle
margin-right: 0.5em;
}
.field{
margin-bottom: 2rem;
border-bottom: 1px solid black;
padding-bottom: 2rem;
#grid-container{
margin-top: 2rem;
border-top: 1px solid black;
padding-top: 2rem;
}
/* Handling for small displays (like mobile devices) */
......
......@@ -500,10 +500,10 @@ class SignatureVerification extends ScopedElementsMixin(DBPSignatureLitElement)
background-color: #a4ffa4;
}
.field{
margin-bottom: 2rem;
border-bottom: 1px solid black;
padding-bottom: 2rem;
#grid-container{
margin-top: 2rem;
border-top: 1px solid black;
padding-top: 2rem;
}
/* Handling for small displays (like mobile devices) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment