1
0
Fork 0

For #5892: Update horizontal line styling

master
Sawyer Blatz 2020-02-10 12:44:34 -08:00 committed by Sebastian Kaspari
parent 941c147989
commit fc295b8855
1 changed files with 6 additions and 1 deletions

View File

@ -70,7 +70,12 @@ button {
}
hr {
color: #EDEDF0;
height: 0;
border: 0;
border-top: 1px solid #D7D7DB;
}
.horizontalLine {
margin-left: -40px;
margin-right: -40px;
}