feat(aio): hr styling
This commit is contained in:
parent
061475402c
commit
3ec58ecea0
9
aio/src/styles/2-modules/_hr.scss
Normal file
9
aio/src/styles/2-modules/_hr.scss
Normal file
@ -0,0 +1,9 @@
|
||||
.hr-margin {
|
||||
display: block;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
border-top: 1px solid $lightgray;
|
||||
margin-top: 16px;
|
||||
margin-bottom: 16px;
|
||||
padding: 0;
|
||||
}
|
@ -17,4 +17,5 @@
|
||||
@import 'hero';
|
||||
@import 'announcement-bar';
|
||||
@import 'banner';
|
||||
@import 'api-list';
|
||||
@import 'api-list';
|
||||
@import 'hr';
|
Loading…
x
Reference in New Issue
Block a user