arles-2020: add style for horizontal rules (#46818)

This commit is contained in:
Serghei Mihai 2020-10-20 11:14:50 +02:00
parent f607a68bd0
commit 70f121839a
1 changed files with 5 additions and 0 deletions

View File

@ -593,3 +593,8 @@ div.first-login {
padding: 2em 0;
}
}
hr {
border-bottom: 3px solid #3d7e9a;
margin: 30px 0;
}