💄 CSS updates
This commit is contained in:
parent
69a3e807e7
commit
f43937de48
2 changed files with 18 additions and 0 deletions
|
@ -7,3 +7,4 @@
|
||||||
@import "components/breadcrumbs";
|
@import "components/breadcrumbs";
|
||||||
@import "components/example";
|
@import "components/example";
|
||||||
@import "components/fab";
|
@import "components/fab";
|
||||||
|
@import "components/prev-next";
|
||||||
|
|
17
packages/css-theme/src/components/_prev-next.scss
Normal file
17
packages/css-theme/src/components/_prev-next.scss
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
div.prev-next {
|
||||||
|
margin: 3rem 0 0 0;
|
||||||
|
padding: 0.25rem;
|
||||||
|
padding-bottom: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-content: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
border-bottom: 1px solid $oc-gray-3;
|
||||||
|
span.arrow {
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
|
span.arrow.prev { padding-right: 0.5rem; }
|
||||||
|
span.arrow.next { padding-left: 0.5rem; }
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue