[fenix] For https://github.com/mozilla-mobile/fenix/issues/5892: Update horizontal line styling

pull/600/head
Sawyer Blatz 5 years ago committed by Sebastian Kaspari
parent 41908f6e3f
commit e560e6e5a1

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

Loading…
Cancel
Save