forked from External/greenlight
switched hr line to a inline or
This commit is contained in:
@ -21,3 +21,20 @@
|
||||
transform: translateY(-50%);
|
||||
margin-top: 50%;
|
||||
}
|
||||
|
||||
.or-line{
|
||||
margin-top:32px;
|
||||
margin-bottom:32px;
|
||||
div{
|
||||
width: 100%;
|
||||
height: 20px;
|
||||
border-bottom: 1px solid #d3d3d3;
|
||||
text-align: center;
|
||||
span{
|
||||
font-size: 150%;
|
||||
background-color: #ffffff;
|
||||
padding: 0 10px;
|
||||
color: #d3d3d3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user