💄 CSS updates
This commit is contained in:
parent
98ce2210e8
commit
5b9455ef3d
3 changed files with 3 additions and 20 deletions
|
@ -7,5 +7,4 @@
|
|||
@import "components/breadcrumbs";
|
||||
@import "components/example";
|
||||
@import "components/fab";
|
||||
@import "components/prev-next";
|
||||
@import "components/spinner";
|
||||
|
|
|
@ -19,3 +19,6 @@
|
|||
border: 1px solid #fff3;
|
||||
}
|
||||
|
||||
.font-text { @include body-font; }
|
||||
.font-title { @include title-font; }
|
||||
.poh:hover {cursor: pointer;}
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
div.prev-next {
|
||||
margin: 3.33rem 0 6.66rem 0;
|
||||
padding: 0.25rem;
|
||||
padding-bottom: 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-content: center;
|
||||
justify-content: space-between;
|
||||
background: $oc-blue-0;
|
||||
border: 1px solid $oc-blue-1;
|
||||
border-radius: 4px;
|
||||
padding: 9px;
|
||||
}
|
||||
.theme-wrapper.dark {
|
||||
div.prev-next {
|
||||
background: $oc-blue-9;
|
||||
border-color: $oc-blue-7;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue