Introduce color variables
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
b34c6860be
commit
6d5d1b9851
35 changed files with 696 additions and 909 deletions
33
assets/styles/components/misc.scss
Normal file
33
assets/styles/components/misc.scss
Normal file
|
@ -0,0 +1,33 @@
|
|||
.paginator {
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
vertical-align: bottom;
|
||||
|
||||
.page-item {
|
||||
& > a {
|
||||
color: $accent-color;
|
||||
}
|
||||
&.active,
|
||||
&:hover > a {
|
||||
background-color: $accent-color !important;
|
||||
color: $text-over-accent-color !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
pre {
|
||||
margin: 5px;
|
||||
& > code {
|
||||
padding: 10px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@include media('<=large') {
|
||||
pre {
|
||||
margin: 0px;
|
||||
& > code {
|
||||
padding: 0px !important;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue