9 lines
106 B
SCSS
9 lines
106 B
SCSS
.user-dashboard {
|
|
&.guarantee-details {
|
|
hr {
|
|
width: 70%;
|
|
margin: 50px auto;
|
|
}
|
|
}
|
|
}
|